aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-01 17:45:44 +0200
committerThomas Schmucker <ts@its1.de>2026-07-01 17:45:44 +0200
commit1f4f018945b108896e3ee53dc1feaa096caaf4f7 (patch)
treebe2ededd89fc193bb4618703574a605fa9f90aad /install.sh
parent82bf7d3512bb7fb96c305bc5d1ea86ea9f4c5e5b (diff)
downloaddotfiles-1f4f018945b108896e3ee53dc1feaa096caaf4f7.tar.gz
dotfiles-1f4f018945b108896e3ee53dc1feaa096caaf4f7.tar.bz2
dotfiles-1f4f018945b108896e3ee53dc1feaa096caaf4f7.zip
install.sh: strengere Skriptprüfung
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 247b204..ffe43ba 100755
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3set -e 3set -eu
4 4
5SCRIPT_DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 5SCRIPT_DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
6 6