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

6
uinc
View File

@@ -1,9 +1,7 @@
#!/bin/bash
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
source "$(dirname "$0")/ulib/ulib" &&
urequire uinc ||
exit 1
source "$(dirname "$0")/lib/ulib/ulib" || exit 1
urequire uinc
export UINCPATH="$ULIBDIR${UINCPATH:+:$UINCPATH}"
uinc "$@"