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 6d534fd commit 00646cbCopy full SHA for 00646cb
piratebox/piratebox/bin/distribute_files.sh
@@ -38,7 +38,7 @@ $DEBUG && echo "parameters:
38
call script: $script
39
";
40
41
-if [ "$src_file" == "all" ] ; then
+if [ "$src_file" = "all" ] ; then
42
work_on_file $destination $PIRATEBOX_FOLDER/src/HEADER.txt
43
work_on_file $destination $PIRATEBOX_FOLDER/src/README.txt
44
else
0 commit comments