renommer TRUE en REAL
This commit is contained in:
parent
94feff75db
commit
26821f2a1a
@ -22,9 +22,9 @@ if [ -z "$NULIB_NO_INIT_ENV" ]; then
|
|||||||
[ -n "$NULIBDIR" ] || NULIBDIR="$MYDIR"
|
[ -n "$NULIBDIR" ] || NULIBDIR="$MYDIR"
|
||||||
|
|
||||||
# Si le script courant est un lien, calculer le répertoire destination
|
# Si le script courant est un lien, calculer le répertoire destination
|
||||||
if [ -n "$MYTRUESELF" -a -n "$MYSELF" ]; then
|
if [ -n "$MYREALSELF" -a -n "$MYSELF" ]; then
|
||||||
MYTRUESELF="$(readlink -f "$MYSELF")"
|
MYREALSELF="$(readlink -f "$MYSELF")"
|
||||||
MYTRUEDIR="$(dirname -- "$MYTRUESELF")"
|
MYREALDIR="$(dirname -- "$MYREALSELF")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Repertoire temporaire
|
# Repertoire temporaire
|
||||||
|
Loading…
x
Reference in New Issue
Block a user