diff options
-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|^\./||") |