diff options
Diffstat (limited to 'script/bootstrap')
-rwxr-xr-x | script/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/bootstrap b/script/bootstrap index d6e0a30..ba61da9 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -106,7 +106,7 @@ link_directory () { for f in "$src"/* do - this_dst="$dst/$(basename "${f%.*}")" + this_dst="$dst/$(basename "$f")" link "$f" "$this_dst" done fi |