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