summaryrefslogtreecommitdiffstats
path: root/setup-symlinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup-symlinks.sh')
-rwxr-xr-xsetup-symlinks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-symlinks.sh b/setup-symlinks.sh
index 806de81..1ad8c2c 100755
--- a/setup-symlinks.sh
+++ b/setup-symlinks.sh
@@ -1,8 +1,8 @@
#!/bin/sh -eu
-targetdir="$1"
+targetdir=$1
shift
-target="$1"
+target=$1
shift
for file in "$@"; do