logarchiver: saver -e, but there are many other unsafe things...

This commit is contained in:
Denis Knauf 2012-07-11 13:33:50 +02:00
parent c3dd144915
commit bdb4a6b1f7

View file

@ -28,7 +28,7 @@ do
case "$o" in
--) break ;;
-h) help ;;
-e) e=$1 ; shift ;;
-e) e="$1" ; shift ;;
-n) n=echo ;;
-i) i=-i ;;
esac