This commit is contained in:
Jephté Clain 2013-11-27 09:44:19 +04:00
parent 74349afaf2
commit c37fa437d1

View File

@ -814,7 +814,7 @@ function uinspathm() {
function uinspath() { function uinspath() {
# S'assurer que le chemin $1 soit au début de $2(=PATH) # S'assurer que le chemin $1 soit au début de $2(=PATH)
udelpath "$@" udelpath "$@"
uinspath "$@" uinspathm "$@"
} }
function withpath() { function withpath() {