aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkln.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mkln.sh b/scripts/mkln.sh
index b5806a6..2e5a54b 100755
--- a/scripts/mkln.sh
+++ b/scripts/mkln.sh
@@ -78,6 +78,8 @@ if [ -d "$1" ]; then
args='/J'
fi
+mkdir -p $(dirname $2)
+
source=$(wslpath -w $1)
target=$(wslpath -w $(dirname $2))\\$(basename $2)