[rtems commit] ampolish3: Use env to find perl more reliably
    Joel Sherril 
    joel at rtems.org
       
    Sat Aug  1 17:09:02 UTC 2015
    
    
  
Module:    rtems
Branch:    4.11
Commit:    dc475657bf792585b3a97c6b5e581fda10a8ed61
Changeset: http://git.rtems.org/rtems/commit/?id=dc475657bf792585b3a97c6b5e581fda10a8ed61
Author:    Nick Withers <nick.withers at anu.edu.au>
Date:      Sat Aug  1 09:58:56 2015 -0700
ampolish3: Use env to find perl more reliably
Fixes breakage on at least FreeBSD.
closes #2379.
---
 ampolish3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ampolish3 b/ampolish3
index aaa9757..23c2855 100755
--- a/ampolish3
+++ b/ampolish3
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
 #
 # Copyright (C) 2005, 2006 Ralf Corsépius, Ulm, Germany
 #
    
    
More information about the vc
mailing list