diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-31 09:28:48 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-31 09:28:48 -0500 |
commit | 13011a1de4440f03c4a4bd0ce7eebcb86c615d0d (patch) | |
tree | 1b5deafd87e924cddb4531fd05b6ce26748d549e | |
parent | 2ef1cdc26cb28734e5bbeb29028b175d445ef908 (diff) | |
download | steuermann-13011a1de4440f03c4a4bd0ce7eebcb86c615d0d.tar.gz |
call irafdev before irafx_age.py
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1182 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/assemble_x.sm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/assemble_x.sm b/sm/assemble_x.sm index 727bdda..260f89c 100644 --- a/sm/assemble_x.sm +++ b/sm/assemble_x.sm @@ -2,7 +2,7 @@ TABLE assemble HOST arzach IF ssbx_build: - CMD x.irafx_age RUN "irafx_age.py" + CMD x.irafx_age RUN "irafdev; irafx_age.py" AFTER init/* IF ssbx_build: |