From abebc55cdd7cc2f9bf150cf4197ed6c4744de964 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Fri, 7 Oct 2011 14:23:25 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@439 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go') diff --git a/go b/go index 4ecadff..7a9f5b5 100755 --- a/go +++ b/go @@ -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 -- cgit