Author: jcater
Date: 2005-06-09 09:44:57 -0500 (Thu, 09 Jun 2005)
New Revision: 7587

Modified:
   trunk/gnue-common/setup-cvs.py
Log:
removed redundancy in the g?cvs files, plus used 'exec'

Modified: trunk/gnue-common/setup-cvs.py
===================================================================
--- trunk/gnue-common/setup-cvs.py      2005-06-09 13:27:05 UTC (rev 7586)
+++ trunk/gnue-common/setup-cvs.py      2005-06-09 14:44:57 UTC (rev 7587)
@@ -398,12 +398,7 @@
 cvsbase = """#!/bin/sh
      PYTHONPATH=%(BASEDIR)s:$PYTHONPATH; export PYTHONPATH
      SCRIPT="%%s"
-     if [ "$SCRIPT" != "" ]
-     then
-       %(PYTHONBIN)s ${SCRIPT} "$@"
-     else
-       %(PYTHONBIN)s "$@"
-     fi
+     exec %(PYTHONBIN)s ${SCRIPT} "$@"
   """ % globals()
 
 



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to