Avoid showing 'dashed commands are deprecated' warning more than one within lh_clean.

This commit is contained in:
Daniel Baumann 2009-10-20 21:12:22 +02:00
parent 7036e269ce
commit 26f5aaf0bf
1 changed files with 7 additions and 7 deletions

View File

@ -54,10 +54,10 @@ for ARGUMENT in ${ARGUMENTS}
do
case "${ARGUMENT}" in
--all)
"${0}" noautoconfig --chroot
"${0}" noautoconfig --binary
"${0}" noautoconfig --stage
"${0}" noautoconfig --source
LH=1 "${0}" noautoconfig --chroot
LH=1 "${0}" noautoconfig --binary
LH=1 "${0}" noautoconfig --stage
LH=1 "${0}" noautoconfig --source
if [ -d scripts ]
then
@ -103,13 +103,13 @@ do
;;
--remove)
"${0}" --all
LH=1 "${0}" --all
rm -rf cache/packages_*
;;
--purge)
"${0}" --all
"${0}" --cache
LH=1 "${0}" --all
LH=1 "${0}" --cache
if [ -e scripts/config ]
then