diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-03-27 22:24:59 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-03-27 22:24:59 +0200 |
commit | 01ba8e9bd9f34029112a6e9df9327e64dae50df9 (patch) | |
tree | 9e10a3f68476ffd4f1c2daf09169708d1070b228 /install.sh | |
parent | 2182abad3c664008b81d698bd5946597352b0c58 (diff) |
fixed install bug
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -! /bin/sh +#! /bin/sh +# USE WITH GREAT CAUTION set -e myname="${1:-dummy}" |