View Single Post
Posts: 102 | Thanked: 187 times | Joined on Jan 2010
#173
Originally Posted by cvp View Post
~/okb-engine/db $ sh build.sh de
build.sh: 5: set: Illegal option -o pipefail
Then your shell does not support this option. There are some workarounds if your shell is dash, but if you have bash installed use that explicitly.

Originally Posted by cvp View Post
PS: if i want check this:
echo $VARIABLE_NAME

i get no list.
Then the variable is not set. It (VARIABLE_NAME) should btw be one of the two variables CORPUS_DIR or WORK_DIR. But if they are not set the script will tell you.