diff options
author | Tharre <tharre3@gmail.com> | 2017-08-25 15:46:00 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-25 15:46:00 +0200 |
commit | 4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde (patch) | |
tree | 3884760274068d25f31c083a303092a5266448df | |
parent | 66317181e921956a1650fa8da81d29c135290c01 (diff) | |
download | dotfiles-4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde.tar.gz dotfiles-4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde.tar.xz dotfiles-4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde.zip |
Fix wording in install.sh
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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|^\./||") |