r12344 - software/list-inactive-members

Evgeni Golov evgeni at alioth.debian.org
Sat May 14 12:32:19 UTC 2011


Author: evgeni
Date: 2011-05-14 12:32:18 +0000 (Sat, 14 May 2011)
New Revision: 12344

Modified:
   software/list-inactive-members/get-git-commits.sh
   software/list-inactive-members/get-svn-commits.sh
Log:
damn, variables

Modified: software/list-inactive-members/get-git-commits.sh
===================================================================
--- software/list-inactive-members/get-git-commits.sh	2011-05-14 12:27:10 UTC (rev 12343)
+++ software/list-inactive-members/get-git-commits.sh	2011-05-14 12:32:18 UTC (rev 12344)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -z "$REPOBASE" -o -z "$OUT" ]; then
+if [ -z "$1" -o -z "$2" ]; then
 	echo "You have to call:"
 	echo "$0 <git-repo-base> <output-file>"
 	exit 1

Modified: software/list-inactive-members/get-svn-commits.sh
===================================================================
--- software/list-inactive-members/get-svn-commits.sh	2011-05-14 12:27:10 UTC (rev 12343)
+++ software/list-inactive-members/get-svn-commits.sh	2011-05-14 12:32:18 UTC (rev 12344)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -z "$REPO" -o -z "$OUT" ]; then
+if [ -z "$1" -o -z "$2" ]; then
 	echo "You have to call:"
 	echo "$0 <svn-repo> <output-file>"
 	exit 1




More information about the Pkg-games-commits mailing list