importation initiale dans git

This commit is contained in:
2013-08-27 15:14:44 +04:00
commit 39f9ee159c
687 changed files with 125329 additions and 0 deletions

18
legacy/sysinc/endgetopt Normal file
View 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