nutools/legacy/sysinc/endgetopt

19 lines
247 B
Plaintext
Raw Normal View History

2013-08-27 15:14:44 +04:00
--)
shift
eoo=1
;;
-*)
if ! set_verbosity "$1" -v; then
ewarn "option non reconnue: $1"
fi
;;
*)
eoo=1
;;
esac
[ -n "$eoo" ] && break
shift
done