summaryrefslogtreecommitdiff
path: root/helpers/lh_clean
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_clean')
-rwxr-xr-xhelpers/lh_clean4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean
index b4cf122..2507424 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -10,9 +10,9 @@
set -e
# Read meta config
-if [ "${1}" != "autoconfig" ] && [ -e scripts/clean.sh ]
+if [ "${1}" != "autoconfig" ] && [ -x scripts/clean ]
then
- sh scripts/clean.sh ${@}
+ ./scripts/clean ${@}
else
shift
fi