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

master
Denis Knauf 2012-07-11 13:33:50 +02:00
parent c3dd144915
commit bdb4a6b1f7
1 changed files with 1 additions and 1 deletions

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