no run of empty

pull/40/head
TomasM 2017-11-04 08:04:48 -04:00
parent 479691226e
commit d7ac2867a7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ uncompress_files()
ln -sfn "$LINK" "$FILE" ln -sfn "$LINK" "$FILE"
rm -f "$LINE" rm -f "$LINE"
done done
find "$1" -type f -name "*.gz" | xargs gunzip find "$1" -type f -name "*.gz" | xargs -r gunzip
} }
uncompress_files /etc/alternatives uncompress_files /etc/alternatives