We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae5c4d commit 8fe529cCopy full SHA for 8fe529c
piratebox/piratebox/bin/distribute_files.sh
@@ -28,7 +28,7 @@ destination=$1
28
overwrite=$2
29
overwrite=${overwrite:=false}
30
src_file=$3
31
-src_file=${src_file:=all}
+src_file=${src_file:="all"}
32
33
$DEBUG && echo "parameters:
34
destination $destination
0 commit comments