[Pkg-kde-commits] rev 1551 - scripts

Adeodato Simó adeodato at costa.debian.org
Wed Aug 24 11:13:51 UTC 2005


Author: adeodato
Date: 2005-08-24 11:13:50 +0000 (Wed, 24 Aug 2005)
New Revision: 1551

Modified:
   scripts/tag-pkg-kde
Log:
And, use $1 and not $2. Dubi dubi dam.


Modified: scripts/tag-pkg-kde
===================================================================
--- scripts/tag-pkg-kde	2005-08-24 11:12:27 UTC (rev 1550)
+++ scripts/tag-pkg-kde	2005-08-24 11:13:50 UTC (rev 1551)
@@ -38,7 +38,7 @@
 	    shift
 	    ;;
 	-d*)
-	    TRUNK="${REPO}/`echo $2 | sed -e 's/^-d//'`"
+	    TRUNK="${REPO}/`echo $1 | sed -e 's/^-d//'`"
 	    ;;
 	-n)
 	    NOACT=echo




More information about the Pkg-kde-commits mailing list