diff options
| author | Karel Kočí <cynerd@email.cz> | 2018-06-15 16:44:16 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2018-06-15 16:44:16 +0200 |
| commit | d6e366d02e6adcb92bfbb586d10a263920a58454 (patch) | |
| tree | 5bc321358bc25b277da922e19b91d6a6c2f92f7b /install | |
| parent | 4c2ef15bdd2fa6b4dae19fe0fdbeefc99337a057 (diff) | |
| download | shellrc-d6e366d02e6adcb92bfbb586d10a263920a58454.tar.gz shellrc-d6e366d02e6adcb92bfbb586d10a263920a58454.tar.bz2 shellrc-d6e366d02e6adcb92bfbb586d10a263920a58454.zip | |
Disable debug for install script
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -set -ex +set -e cd "$(dirname "$0")" I_PREFIX=/ |
