diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-09-09 16:07:00 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-09-09 16:07:00 -0400 |
commit | d2827a34f496b843b91d1bf38a0024a700b78dc3 (patch) | |
tree | d0670eba3e28353bad6ab9c8e9902e943608f33a | |
parent | 861858ef69fdde0140d88783af8d75200eaee926 (diff) | |
download | steuermann-d2827a34f496b843b91d1bf38a0024a700b78dc3.tar.gz |
increment n in go script so it's ready for the next install
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1024 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rwxr-xr-x | go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -n=16 +n=17 rm -rf build |