[svn:parrot] r42840 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Dec 1 23:02:50 UTC 2009


Author: fperrad
Date: Tue Dec  1 23:02:42 2009
New Revision: 42840
URL: https://trac.parrot.org/parrot/changeset/42840

Log:
[languages] fix shebang

Modified:
   trunk/tools/dev/mk_language_shell.pl

Modified: trunk/tools/dev/mk_language_shell.pl
==============================================================================
--- trunk/tools/dev/mk_language_shell.pl	Tue Dec  1 22:46:12 2009	(r42839)
+++ trunk/tools/dev/mk_language_shell.pl	Tue Dec  1 23:02:42 2009	(r42840)
@@ -32,6 +32,7 @@
     Makefile.in
     README
     Configure.pir
+    setup.pir
     xyz.pir
     doc/running.pod
     doc/Xyz.pod
@@ -196,7 +197,7 @@
     $ make test
 
 __Configure.pir__
-#! /usr/local/bin/parrot
+#!/usr/bin/env parrot
 # @Id@
 
 .include 'sysinfo.pasm'
@@ -255,7 +256,7 @@
 # vim: expandtab shiftwidth=4 ft=pir:
 
 __setup.pir__
-#! /usr/local/bin/parrot
+#!/usr/bin/env parrot
 # @Id@
 
 =head1 NAME


More information about the parrot-commits mailing list