fixup posix problems

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-30 21:17:16 +02:00
parent ac59d9b7f4
commit f9a941d7e9

View file

@ -3,6 +3,8 @@
# Nico Schottelius # Nico Schottelius
# #
set -e
DIR="$1" DIR="$1"
[ -z "${DIR}" ] && DIR="${PWD}" [ -z "${DIR}" ] && DIR="${PWD}"
@ -14,4 +16,5 @@ if ! [ -d "${DIR}" ]; then
exit 1 exit 1
fi fi
rm "${DIR}"/*.{aux,nav,out,toc,snm,log,vrb} cd "${DIR}"
rm -f *.aux *.nav *.out *.toc *.snm *.log *.vrb