diff options
author | Roy Marples <roy@marples.name> | 2008-02-28 21:04:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-28 21:04:28 +0000 |
commit | 988289d98dc1c9c96ed3c5af6d645f940b17b12f (patch) | |
tree | cec1863f1da9b7159a5d3423a446593296c559aa /sh | |
parent | b9f81365d2730f2965c22cf42a322f16c8dc3385 (diff) |
Typo
Diffstat (limited to 'sh')
-rw-r--r-- | sh/functions.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in index a68f65f3..16e36963 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -43,7 +43,7 @@ _sanitize_path() local IFS=":" p= path= for p in ${PATH}; do case "${p}" in - @PREFIX@/lib/rc/sbin|/bin|/sbin|/usr/bin|/usr/sbin|@PKG_PREFIX@/bin|@PKG_PREFIX/sbin);; + @PREFIX@/lib/rc/sbin|/bin|/sbin|/usr/bin|/usr/sbin|@PKG_PREFIX@/bin|@PKG_PREFIX@/sbin);; *) path="${path}:${p}";; esac done |