repo.or.cz
/
couchdbimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix OSX linker problem
[couchdbimport.git]
/
CouchProjects
/
dist
/
unix
/
bin
/
startCouchDB.sh
blob
662db4137ec7b4136f9c2e9cf395588064b7beaf
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
10
11
erl
-sasl
errlog_type error
-boot
boot
/
couch
-pa
.
/
lib