[rtems commit] ampolish3: Use env to find perl more reliably

Joel Sherril joel at rtems.org
Sat Aug 1 16:59:58 UTC 2015


Module:    rtems
Branch:    master
Commit:    f8cf5670955d3955310c008ce453ff01fc8928ab
Changeset: http://git.rtems.org/rtems/commit/?id=f8cf5670955d3955310c008ce453ff01fc8928ab

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