From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- unix/setarch.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 unix/setarch.sh (limited to 'unix/setarch.sh') diff --git a/unix/setarch.sh b/unix/setarch.sh new file mode 100644 index 00000000..7d81459b --- /dev/null +++ b/unix/setarch.sh @@ -0,0 +1,9 @@ +# Set the HSI architecture. + +# Set the link 'as'. +if [ "`ls -d as`" = "as" ]; then rm -rf as; fi + ln -s as.$MACH as + +# Ditto for 'bin'. +if [ "`ls -d bin`" = "bin" ]; then rm -rf bin; fi + ln -s bin.$MACH bin -- cgit