summaryrefslogtreecommitdiff
path: root/auto/clean
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-12-07 01:28:35 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2010-12-07 01:28:35 +0100
commit14003f446f4190530fe7274fb20ad74f5139075f (patch)
tree66544f02b50767691730bbdbc98719db2095ea18 /auto/clean
parentff63e5482aa577776f9ca717a244a3d274f6075b (diff)
downloadkanotix-14003f446f4190530fe7274fb20ad74f5139075f.zip
kanotix-14003f446f4190530fe7274fb20ad74f5139075f.tar.gz
fixed auto/clean (exit code is no longer relevant)
Diffstat (limited to 'auto/clean')
-rwxr-xr-xauto/clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/clean b/auto/clean
index fb17beb..dfd7de9 100755
--- a/auto/clean
+++ b/auto/clean
@@ -24,7 +24,7 @@ then
rmdir --ignore-fail-on-non-empty config
fi
-[ $# -eq 0 ] && exit 0
+[ $# -eq 0 ] && lb clean noauto
# handle additional kanotix parameters
while [ "$1" ]