From 9de680f667a105bf090e2536f0b95f3a023c9e6a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Apr 2010 14:43:23 +0200 Subject: Making sure live-helper.sh is sourced early enough wrt/ auto scripts. --- helpers/clean | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/clean') diff --git a/helpers/clean b/helpers/clean index 77fa1ab28..6cafc6d49 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="" -- cgit v1.2.3