Commit f001c77c by Ned Batchelder

Now we have fullstack for Ficus

parent 71570e08
......@@ -123,11 +123,6 @@ if [[ ! $release ]]; then
exit 1
fi
if [[ $release == *ficus* && $stack == "fullstack" ]]; then
echo -e "${ERROR}Fullstack is not yet supported for Ficus. Soon..."
exit 1
fi
# If there are positional arguments left, something is wrong.
if [[ $1 ]]; then
echo "Don't understand extra arguments: $*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment