# HG changeset patch # User Pascal Bellard # Date 1248292485 -7200 # Node ID bf3619b6ee2a43f338d01354ba3bb045159320ea # Parent 5ff108c05d8b2f7e0e0fb3f615b8951aace94942 tazdev: fix get_version diff -r 5ff108c05d8b -r bf3619b6ee2a slitaz-dev-tools/stuff/tazdev --- a/slitaz-dev-tools/stuff/tazdev Wed Jul 22 13:27:26 2009 +0000 +++ b/slitaz-dev-tools/stuff/tazdev Wed Jul 22 21:54:45 2009 +0200 @@ -182,7 +182,7 @@ # file and so we can also modify receipt directly without affecting # the Hg wok. check_root - get_version + get_version $@ echo "" echo "Hg wok : $HG_WOK" echo "Build wok : $BUILD_WOK" @@ -201,7 +201,7 @@ # Chroot into a build env. Default to cooking configured in # tazdev.conf check_root - get_version + get_version $@ mount_chroot echo -e "\nChrooting in $ROOTFS...\n" chroot $ROOTFS /bin/sh --login @@ -209,7 +209,7 @@ echo -e "Exiting $ROOTFS chroot environment...\n" ;; gen-chroot) check_root - get_version + get_version $@ # Dont break another env. if [ -d $ROOTFS/bin ]; then echo -e "\nA chroot environment already exists in : $ROOTFS\n"