mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
@@ -67,7 +67,7 @@ check() {
|
||||
local new_file="$2"
|
||||
|
||||
if [[ -f $file ]]; then # check for existence of file
|
||||
diff=$(diff $file $new_file)
|
||||
diff=$(diff $file $new_file || :)
|
||||
else
|
||||
cp $new_file $file
|
||||
changes=true
|
||||
|
||||
Reference in New Issue
Block a user