[Po4a-commits] "po4a/scripts msgsearch, 1.8, 1.9 msguntypot, 1.4, 1.5"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Mar 7 12:33:13 UTC 2009
- Previous message: [Po4a-commits] "po4a changelog, 1.463, 1.464 po4a, 1.85, 1.86 po4a-normalize, 1.30, 1.31 po4a-gettextize, 1.37, 1.38 po4a-translate, 1.40, 1.41 po4a-updatepo, 1.43, 1.44"
- Next message: [Po4a-commits] "po4a changelog,1.464,1.465"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/po4a/po4a/scripts
In directory alioth:/tmp/cvs-serv2539/scripts
Modified Files:
msgsearch msguntypot
Log Message:
* po4a, po4a-gettextize, po4a-normalize, po4a-translate,
po4a-updatepo, scripts/msgsearch, scripts/msguntypot: DO not use
the hardcoded /usr/bin/perl. Just use perl from the PATH.
Index: msgsearch
===================================================================
RCS file: /cvsroot/po4a/po4a/scripts/msgsearch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- msgsearch 30 May 2005 07:13:37 -0000 1.8
+++ msgsearch 7 Mar 2009 12:33:11 -0000 1.9
@@ -1,5 +1,5 @@
-#! /usr/bin/perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+#! /usr/bin/env perl
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# $Id$
Index: msguntypot
===================================================================
RCS file: /cvsroot/po4a/po4a/scripts/msguntypot,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- msguntypot 7 Mar 2009 12:22:35 -0000 1.4
+++ msguntypot 7 Mar 2009 12:33:11 -0000 1.5
@@ -1,8 +1,8 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+eval 'exec perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# msg untypo pot -- Update the po files when you remove a typo in pot file not needing any translation update
- Previous message: [Po4a-commits] "po4a changelog, 1.463, 1.464 po4a, 1.85, 1.86 po4a-normalize, 1.30, 1.31 po4a-gettextize, 1.37, 1.38 po4a-translate, 1.40, 1.41 po4a-updatepo, 1.43, 1.44"
- Next message: [Po4a-commits] "po4a changelog,1.464,1.465"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Po4a-commits
mailing list