From 4a3aef3f7236d2b3267aead61f11c587c6f4bddb Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 5 Mar 2015 18:05:27 -0500 Subject: Further improvements --- scripts/cf_make_all_obs.csh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/cf_make_all_obs.csh') diff --git a/scripts/cf_make_all_obs.csh b/scripts/cf_make_all_obs.csh index 2a97247..a6a0ac2 100755 --- a/scripts/cf_make_all_obs.csh +++ b/scripts/cf_make_all_obs.csh @@ -1,4 +1,4 @@ -#!/usr/local/bin/tcsh -f +#!/usr/bin/env tcsh -f #****************************************************************************** #* Johns Hopkins University @@ -69,7 +69,7 @@ #set DELETE_BPM # Delete bad-pixel map files # Set program path -set rm = "/bin/rm -f" +set rm = "rm -f" set cf_xcorr = cf_xcorr set cf_combine = cf_combine -- cgit