diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-01 17:45:44 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-01 17:45:44 +0200 |
| commit | 1f4f018945b108896e3ee53dc1feaa096caaf4f7 (patch) | |
| tree | be2ededd89fc193bb4618703574a605fa9f90aad /install.sh | |
| parent | 82bf7d3512bb7fb96c305bc5d1ea86ea9f4c5e5b (diff) | |
| download | dotfiles-1f4f018945b108896e3ee53dc1feaa096caaf4f7.tar.gz dotfiles-1f4f018945b108896e3ee53dc1feaa096caaf4f7.tar.bz2 dotfiles-1f4f018945b108896e3ee53dc1feaa096caaf4f7.zip | |
install.sh: strengere Skriptprüfung
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | set -e | 3 | set -eu |
| 4 | 4 | ||
| 5 | SCRIPT_DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) | 5 | SCRIPT_DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) |
| 6 | 6 | ||
