several fixes to the process-archive.sh script...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-09-08 03:28:11 +04:00
parent 36610abed9
commit 69b03a7d67

View File

@ -63,13 +63,16 @@ while true ; do
echo skipping making cache... echo skipping making cache...
shift shift
;; ;;
*)
break
;;
esac esac
done done
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
ARCHIVE_ROOT="$1"
else
ARCHIVE_ROOT="." ARCHIVE_ROOT="."
else
ARCHIVE_ROOT="$1"
fi fi
echo "Doing: \"$ARCHIVE_ROOT\"" echo "Doing: \"$ARCHIVE_ROOT\""