Skip to content

Commit 00646cb

Browse files
author
risca
committed
typo error: the comparison of string in bash require only on "="
1 parent 6d534fd commit 00646cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piratebox/piratebox/bin/distribute_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $DEBUG && echo "parameters:
3838
call script: $script
3939
";
4040

41-
if [ "$src_file" == "all" ] ; then
41+
if [ "$src_file" = "all" ] ; then
4242
work_on_file $destination $PIRATEBOX_FOLDER/src/HEADER.txt
4343
work_on_file $destination $PIRATEBOX_FOLDER/src/README.txt
4444
else

0 commit comments

Comments
 (0)