diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-05 18:05:27 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-05 18:05:27 -0500 |
commit | 4a3aef3f7236d2b3267aead61f11c587c6f4bddb (patch) | |
tree | bea89287f8cf6290fc230fb82fb11b3b9a5c6e0f /scripts/cf_make_900_obs.csh | |
parent | 9166f1762976cb64acfd8c9ecc067132ffefa615 (diff) | |
download | calfuse-4a3aef3f7236d2b3267aead61f11c587c6f4bddb.tar.gz |
Further improvements
Diffstat (limited to 'scripts/cf_make_900_obs.csh')
-rwxr-xr-x | scripts/cf_make_900_obs.csh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cf_make_900_obs.csh b/scripts/cf_make_900_obs.csh index 9edbc70..8d2ce4e 100755 --- a/scripts/cf_make_900_obs.csh +++ b/scripts/cf_make_900_obs.csh @@ -1,4 +1,4 @@ -#!/usr/local/bin/tcsh -f +#!/usr/bin/env tcsh -f #****************************************************************************** #* Johns Hopkins University @@ -31,7 +31,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 |