no run of empty

This commit is contained in:
TomasM
2017-11-04 08:04:48 -04:00
parent 479691226e
commit d7ac2867a7
+1 -1
View File
@@ -55,7 +55,7 @@ uncompress_files()
ln -sfn "$LINK" "$FILE"
rm -f "$LINE"
done
find "$1" -type f -name "*.gz" | xargs gunzip
find "$1" -type f -name "*.gz" | xargs -r gunzip
}
uncompress_files /etc/alternatives