summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRobert Dionne <bob@cloudant.com>2011-01-20 15:00:01 -0500
committerRobert Dionne <bob@cloudant.com>2011-01-20 15:00:01 -0500
commit5cb1971840302b6cd1f9743434c76d5bd221f209 (patch)
treee731f66b674216003f3c1b1880ad688392460857 /configure
parentf79d0a666a5fb9541a0925db5111208a94631065 (diff)
try fix to configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 75770cfb..81896b1c 100755
--- a/configure
+++ b/configure
@@ -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