tazpkg rev 801

tazpkg convert: fix args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 07 11:42:03 2015 +0200 (2015-05-07)
parents 3c061d35a5bd
children 9781af6aefa6
files tazpkg
line diff
     1.1 --- a/tazpkg	Sun May 03 11:51:59 2015 +0200
     1.2 +++ b/tazpkg	Thu May 07 11:42:03 2015 +0200
     1.3 @@ -2948,6 +2948,7 @@
     1.4  	convert|-c)
     1.5  		# convert misc package format to .tazpkg
     1.6  		check_for_package_file
     1.7 +		shift
     1.8  		tazpkg-convert $@
     1.9  		;;
    1.10