summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-08-25 15:46:00 +0200
committerTharre <tharre3@gmail.com>2017-08-25 15:46:00 +0200
commit4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde (patch)
tree3884760274068d25f31c083a303092a5266448df /install.sh
parent66317181e921956a1650fa8da81d29c135290c01 (diff)
downloaddotfiles-4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde.tar.gz
dotfiles-4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde.tar.xz
dotfiles-4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde.zip
Fix wording in install.sh
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 e851284..df7ecd3 100755
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
-# Note that files MUST NOT CONTAIN NEWLINES!
+# Note that filenames MUST NOT CONTAIN NEWLINES!
symlink_file() {
canonical=$(echo $1 | sed "s|^\./||")