diff options
author | Robert Dionne <bob@cloudant.com> | 2011-01-20 15:00:01 -0500 |
---|---|---|
committer | Robert Dionne <bob@cloudant.com> | 2011-01-20 15:00:01 -0500 |
commit | 5cb1971840302b6cd1f9743434c76d5bd221f209 (patch) | |
tree | e731f66b674216003f3c1b1880ad688392460857 /configure | |
parent | f79d0a666a5fb9541a0925db5111208a94631065 (diff) |
try fix to configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -13,9 +13,7 @@ # License for the specific language governing permissions and limitations under # the License. -function quit { - exit -} + PREFIX="/opt/bigcouch" BIGCOUCH_USER=`whoami` @@ -48,7 +46,7 @@ do ;; *) echo "usage: $0 [-p {prefix} -t {template} -d {data_dir} -v {view_dir} -u {user}]" - quit + exit ;; esac done |