summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/installer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index 9f491af7..44f9e2e4 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -o nounset # error when referencing undefined variable
set -o errexit # exit when command fails