changeset 2677:afba8e7c8bd2 minc4itk

Fix '/usr/local/bin/perl5' to '/usr/local/env perl'
author Haz-Edine Assemlal <haz-edine@assemlal.com>
date Fri, 04 May 2012 16:43:27 -0400
parents 4f8f998266a1
children
files conversion/dicomserver_sonata/make_element_table conversion/m2f2mnc/m2f2mnc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/conversion/dicomserver_sonata/make_element_table
+++ b/conversion/dicomserver_sonata/make_element_table
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl5 -w
+#! /usr/bin/env perl -w
 
 # Script to read in the Siemens header files ds_head_acr_groups_types.h and
 # ds_head_shadow_groups_types.h and create a table of elements to be
--- a/conversion/m2f2mnc/m2f2mnc
+++ b/conversion/m2f2mnc/m2f2mnc
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5
+#!/usr/bin/env perl
 
 # Louis Collins - louis@bic.mni.mcgill.ca
 #