no run of empty
parent
479691226e
commit
d7ac2867a7
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue