From 9820490ca645b4e56b82e3ae2811b891875b4774 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Aug 2012 19:45:47 +0200 Subject: Switching back to use the more common ${@} instead of ${*}, it's not required in current lb_clean anymore. --- scripts/build/lb_build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/build/lb_build') diff --git a/scripts/build/lb_build b/scripts/build/lb_build index d589cf7fc..bdec9b2f5 100755 --- a/scripts/build/lb_build +++ b/scripts/build/lb_build @@ -65,13 +65,13 @@ Set_defaults Check_defaults # Bootstrapping system -lb bootstrap ${*} +lb bootstrap ${@} # Customizing chroot -lb chroot ${*} +lb chroot ${@} # Building binary images -lb binary ${*} +lb binary ${@} # Building source images -lb source ${*} +lb source ${@} -- cgit v1.2.3