importation initiale dans git
This commit is contained in:
18
legacy/sysinc/endgetopt
Normal file
18
legacy/sysinc/endgetopt
Normal file
@@ -0,0 +1,18 @@
|
||||
--)
|
||||
shift
|
||||
eoo=1
|
||||
;;
|
||||
|
||||
-*)
|
||||
if ! set_verbosity "$1" -v; then
|
||||
ewarn "option non reconnue: $1"
|
||||
fi
|
||||
;;
|
||||
|
||||
*)
|
||||
eoo=1
|
||||
;;
|
||||
esac
|
||||
[ -n "$eoo" ] && break
|
||||
shift
|
||||
done
|
||||
Reference in New Issue
Block a user