maj des chemins

This commit is contained in:
Jephte CLAIN
2014-07-07 22:06:38 +04:00
parent ee78740382
commit 4100152139
94 changed files with 545 additions and 402 deletions

View File

@@ -46,10 +46,9 @@ if [ $# -eq 2 ]; then
fi
fi
#source /etc/ulib &&
source "$(dirname "$0")/../../ulib/ulib" &&
urequire DEFAULTS ||
exit 1
#source /etc/ulib || exit 1
source "$(dirname "$0")/../../lib/ulib/ulib" || exit 1
urequire DEFAULTS
function check_overwrite() {
if [ -e "$1" -a -z "$overwrite" ]; then