aboutsummaryrefslogtreecommitdiff
path: root/utils/update_every_lists.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/update_every_lists.sh')
-rwxr-xr-xutils/update_every_lists.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update_every_lists.sh b/utils/update_every_lists.sh
index 155585b3a..e995b80be 100755
--- a/utils/update_every_lists.sh
+++ b/utils/update_every_lists.sh
@@ -1,6 +1,6 @@
#/bin/sh
-cd "$(dirname "${0}")" || return
+cd "$(dirname "${0}")" || exit 1
RETVAL=0