tazpkg rev 64

Fix: typo in get-install-list command.
author Eric Joseph-Alexandre
date Thu Apr 10 16:21:24 2008 +0200 (2008-04-10)
parents a800118833d1
children b87c65b3b751
files tazpkg
line diff
     1.1 --- a/tazpkg	Mon Mar 31 21:39:02 2008 +0000
     1.2 +++ b/tazpkg	Thu Apr 10 16:21:24 2008 +0200
     1.3 @@ -795,7 +795,7 @@
     1.4  		fi
     1.5  		# Set $COMMAND and install all packages.
     1.6  		if [ "$1" = "get-install-list" ]; then
     1.7 -			COMMAND=get-install-list
     1.8 +			COMMAND=get-install
     1.9  		else
    1.10  			COMMAND=install
    1.11  		fi