diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 12:07:55 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 12:07:55 +0200 |
commit | 140e47372b669942e86d27a4293d9a767a297816 (patch) | |
tree | ed70f3a6dacc97ecad45e77d08a18dd683d7405f /auto/clean | |
parent | b451f4c2357d7da5efd084dd44354f81d4e3b05c (diff) | |
download | kanotix-140e47372b669942e86d27a4293d9a767a297816.zip kanotix-140e47372b669942e86d27a4293d9a767a297816.tar.gz |
update from lh to lb scheme
Diffstat (limited to 'auto/clean')
-rwxr-xr-x | auto/clean | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ while [ "$1" ] do case "$1" in --help) - lh clean noauto --help + lb clean noauto --help echo -e "\nAdditional Options for Kanotix:\n\t[--tmpfs]\n" exit 1 ;; @@ -40,7 +40,7 @@ do [ "$(stat --printf "%d\n" . tmpfs | uniq -u)" ] && umount tmpfs rmdir tmpfs fi - lh clean noauto --all + lb clean noauto --all exit 1 ;; --tmpfs) @@ -50,7 +50,7 @@ do fi ;; *) - lh clean noauto "$1" + lb clean noauto "$1" ;; esac shift |