We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a265eb3 commit 1aa4563Copy full SHA for 1aa4563
1 file changed
src/quickjs/dune
@@ -64,8 +64,8 @@
64
\"
65
for p in $PAWTHS; do
66
for matched_path in $p; do
67
- if [ -f "$matched_path" ]; then
68
- cp "$matched_path" "$OUT"
+ if [ -f \"$matched_path\" ]; then
+ cp \"$matched_path\" \"$OUT\"
69
exit 0
70
fi
71
done
0 commit comments