fix OSX linker problem
[couchdbimport.git] / CouchProjects / dist / unix / bin / startCouchDB.sh
blob662db4137ec7b4136f9c2e9cf395588064b7beaf
1 #!/bin/sh
2 # if [ -z "$ERL" ]; then
3 # ERL = `which erl`
4 # fi
5 #
6 # if [ ! -x "$ERL" ]; then
7 # echo "Can't find erl, please put the path to erl into your PATH or specify the ERL environment variable."
8 # exit 1;
9 # fi
11 erl -sasl errlog_type error -boot boot/couch -pa ./lib