mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Remove return 1 and add :
This commit is contained in:
@@ -75,7 +75,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $diff ]]; then # check for difference
|
if [[ -z $diff ]]; then # check for difference
|
||||||
return 1 # exit a function (i.e., do nothing)
|
: # do nothing
|
||||||
else
|
else
|
||||||
cp $new_file $file
|
cp $new_file $file
|
||||||
changes=true
|
changes=true
|
||||||
|
|||||||
Reference in New Issue
Block a user