gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14387 - gauger


From: gnunet
Subject: [GNUnet-SVN] r14387 - gauger
Date: Thu, 10 Feb 2011 23:40:09 +0100

Author: bartpolot
Date: 2011-02-10 23:40:09 +0100 (Thu, 10 Feb 2011)
New Revision: 14387

Modified:
   gauger/gauger-cli.py
   gauger/gauger.py
   gauger/install.sh
Log:
Fixed typo in regex


Modified: gauger/gauger-cli.py
===================================================================
--- gauger/gauger-cli.py        2011-02-10 22:37:35 UTC (rev 14386)
+++ gauger/gauger-cli.py        2011-02-10 22:40:09 UTC (rev 14387)
@@ -1,4 +1,4 @@
-#/usr/bin/env python
+#!/usr/bin/env python
 """gauger-cli.py
 
      This file is part of gauger.

Modified: gauger/gauger.py
===================================================================
--- gauger/gauger.py    2011-02-10 22:37:35 UTC (rev 14386)
+++ gauger/gauger.py    2011-02-10 22:40:09 UTC (rev 14387)
@@ -1,4 +1,4 @@
-#/usr/bin/env python
+#!/usr/bin/env python
 """gauger.py
 
      This file is part of gauger.

Modified: gauger/install.sh
===================================================================
--- gauger/install.sh   2011-02-10 22:37:35 UTC (rev 14386)
+++ gauger/install.sh   2011-02-10 22:40:09 UTC (rev 14387)
@@ -34,7 +34,7 @@
        fi
        for i in *.py; do
            echo "Adapting $i..."
-           sed -e "s/#!\/usr\/bin\/env python$/#\/usr\/bin\/env python2/" $i > 
$i.tmp
+           sed -e "s/#!\/usr\/bin\/env python$/#!\/usr\/bin\/env python2/" $i 
> $i.tmp
            mv $i.tmp $i
        done
        echo "Done!!"




reply via email to

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