aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-01-03 21:01:52 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-01-03 21:01:52 +0100
commit943643fd51110a6712d0c3e0bdbbd41a6c64a67a (patch)
tree4e243ba6e708c66f86b9dbcd3f92ead66fa71055 /install.sh
parentcc8751fd7f338db173c2c04355460fd5cbcefb98 (diff)
.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6242b19..cfd9796 100755
--- a/install.sh
+++ b/install.sh
@@ -3,7 +3,7 @@
set -e
symlink () {
- ln -sfT "$1" "$2"
+ ln -sfT "$@"
}
mkdir -p ~/bin