logarchiver: saver -e, but there are many other unsafe things...
This commit is contained in:
parent
c3dd144915
commit
bdb4a6b1f7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue