From a241cd96b7106d92ee8fb5ed25ee68518438528a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 29 Oct 2015 14:00:34 +0100 Subject: Directory linking fix; symlinks fix --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/bootstrap') 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 -- cgit v1.2.3