maj des chemins

This commit is contained in:
2014-07-08 11:03:07 +04:00
parent 5444f4cf3b
commit 52a3b381a5
10 changed files with 30 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ if [ $# -eq 2 ]; then
fi
#source /etc/ulib || exit 1
source "$(dirname "$0")/../../lib/ulib/ulib" || exit 1
source "$(dirname "$0")/../ulib/ulib" || exit 1
urequire DEFAULTS
function check_overwrite() {