mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-16 22:10:54 +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
|
||||
install="$install $file"
|
||||
else
|
||||
install="$install `echo $sdir/$file | sed -e \"s%$sdir/%%g\"`"
|
||||
install="$install `echo '' $sdir/$file | sed -e \"s% $sdir/%%g\"`"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue