gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnue-dev] fixing bug in forms/setup.py: gfcvs has empty line at front


From: Holger Schurig
Subject: [Gnue-dev] fixing bug in forms/setup.py: gfcvs has empty line at front
Date: Sat, 5 Jan 2002 19:59:24 +0100

./setup.py creates the gfcvs script and installs it. This script starts 
with an empty line, then with "#/bin/bash". Somehow this works when 
invoked from bash, but it does not work when invoked from strace. This 
patch fixes this:

cvs server: Diffing .
Index: setup.py
===================================================================
RCS file: /cvsroot/gnue/gnue/forms/setup.py,v
retrieving revision 1.55
diff -u -r1.55 setup.py
--- setup.py    8 Dec 2001 06:17:43 -0000       1.55
+++ setup.py    5 Jan 2002 18:56:43 -0000
@@ -52,7 +52,7 @@

 def developer_install():
   pwd = os.getcwd()
-  gfcvs = """
+  gfcvs = """\
 #!/bin/sh
      if [ "z$GNUE_CONNECTIONS" = "z" ]
       then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]