forked from kiss-community/kiss
kiss-link: Fix bug. Closes #180
This commit is contained in:
parent
cf722ec4ba
commit
0f054313e3
@ -40,7 +40,7 @@ kiss s "${PWD##*/}" >/dev/null
|
||||
|
||||
# Finally, make the link to the file in whatever repository
|
||||
# it was found in.
|
||||
ln -sf "$1/$file" "$file"
|
||||
ln -sf "$1/$file" "$oPWD/$file"
|
||||
}
|
||||
|
||||
printf 'linked %s to %s\n' "$file" "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user