diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-10-07 10:23:25 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-10-07 10:23:25 -0400 |
commit | abebc55cdd7cc2f9bf150cf4197ed6c4744de964 (patch) | |
tree | 1905bfc276562b4851857a8d0ad0e5ae04636c2f /go | |
parent | 7368f281700d2c975fede59a976c21a4ce22fb8d (diff) | |
download | steuermann-abebc55cdd7cc2f9bf150cf4197ed6c4744de964.tar.gz |
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@439 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'go')
-rwxr-xr-x | go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ case "$p" in /usr/stsci/*) : ;; *) - echo why is python set to $p echo path = $PATH + echo why is python set to $p exit 1 ;; esac @@ -22,7 +22,7 @@ there=/ssbwebv1/data2/steuermann/s$n rm -rf $there -python setup.py -q install --home $there +python setup.py $quiet install --home $there rm -f /eng/ssb/websites/ssb/steuermann/s$n.cgi |