no run of empty
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user