aboutsummaryrefslogtreecommitdiff
path: root/make_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_install.sh')
-rwxr-xr-xmake_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_install.sh b/make_install.sh
index 53ec43c..579586a 100755
--- a/make_install.sh
+++ b/make_install.sh
@@ -22,7 +22,7 @@
script_path="$(realpath "$0")"
script_dir="${script_path%/*}"
-. "${script_dir}/basic.sh"
+. "${script_dir}/basic.sh" || exit 1
function main