summaryrefslogtreecommitdiff
path: root/helpers/clean
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/clean')
-rwxr-xr-xhelpers/clean6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/clean b/helpers/clean
index 77fa1ab..6cafc6d 100755
--- a/helpers/clean
+++ b/helpers/clean
@@ -9,6 +9,9 @@
set -e
+# Including common functions
+. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
+
# Read meta config
if [ "${1}" != "noauto" ] && [ -x auto/clean ]
then
@@ -21,9 +24,6 @@ then
shift
fi
-# Including common functions
-. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
-
# Setting static variables
DESCRIPTION="$(Echo 'clean up system build directories')"
HELP=""