mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
zsh-workers/7561
This commit is contained in:
parent
856df0821a
commit
d02e7389f0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ for file in $FUNCTIONS_INSTALL; do
|
||||||
if test -f "$sdir/$file"; then
|
if test -f "$sdir/$file"; then
|
||||||
install="$install $file"
|
install="$install $file"
|
||||||
else
|
else
|
||||||
install="$install `echo $sdir/$file | sed -e \"s%$sdir/%%g\"`"
|
install="$install `echo '' $sdir/$file | sed -e \"s% $sdir/%%g\"`"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue