Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Dec 1, 2024
1 parent 5e0a66d commit 47a607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/reftests/pin.test
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ url.src: "git+file://${BASEDIR}/vcs-local#master"
### <pin-depends.sh>
#!/bin/sh
set -eu
basedir=$(echo "$BASEDIR" | sed "s/\\\\\\\\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/g")
basedir=$(echo "$BASEDIR" | sed 's/\\/\\\\\\\\/g')
cat << EOF >> "$1"
pin-depends: [
["$2" "file://$basedir/$3"]
Expand Down

0 comments on commit 47a607e

Please sign in to comment.