charger lib/ulib correspondant à ce script
This commit is contained in:
parent
70a8806238
commit
6b23632436
3
ulib
3
ulib
|
@ -342,7 +342,8 @@ else
|
||||||
fi
|
fi
|
||||||
PS1=\"[ulibshell] \$PS1\"
|
PS1=\"[ulibshell] \$PS1\"
|
||||||
fi
|
fi
|
||||||
$(quoted_args source "$scriptdir/lib/ulib/auto")" >"$bashrc"
|
$(quoted_args source "$scriptdir/lib/ulib/ulib")
|
||||||
|
urequire DEFAULTS" >"$bashrc"
|
||||||
|
|
||||||
array_fix_paths modules
|
array_fix_paths modules
|
||||||
if [ -n "${modules[*]}" ]; then
|
if [ -n "${modules[*]}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue