When orig.tar.bz2 doesn't exist, just create it without asking
This commit is contained in:
parent
cfcc39defb
commit
4c351a6c54
|
@ -223,6 +223,8 @@ if [ -e "$DIRECTORY.orig.tar.gz" ]; then
|
|||
if [[ "$REPLY" == "" || "$REPLY" == [yY] ]]; then
|
||||
tar zcf $DIRECTORY.orig.tar.gz $DIRECTORY.orig
|
||||
fi;
|
||||
else
|
||||
tar zcf $DIRECTORY.orig.tar.gz $DIRECTORY.orig
|
||||
fi;
|
||||
|
||||
IFS=',' ;for DISTRO in `echo "$DISTROS"`; do
|
||||
|
|
Loading…
Reference in New Issue