summaryrefslogtreecommitdiffstats
path: root/settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'settings.sh')
-rw-r--r--settings.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.sh b/settings.sh
index 48699a8..60acaf9 100644
--- a/settings.sh
+++ b/settings.sh
@@ -10,6 +10,7 @@ fi
error() {
echo "$@" 1>&2
+ echo "Aborting." 1>&2
cd "$OLDPWD" >/dev/null
exit 1
}