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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to