From: Richard Kettlewell Date: Mon, 2 Jun 2008 21:09:46 +0000 (+0100) Subject: setup.anjou freebsd support X-Git-Tag: 4.0~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/397a07703c6f18aa173d9a2bd69f5d51047fbb77 setup.anjou freebsd support --- diff --git a/scripts/setup.anjou b/scripts/setup.anjou index 1fc0bae..291d269 100755 --- a/scripts/setup.anjou +++ b/scripts/setup.anjou @@ -22,12 +22,12 @@ ${MAKE} echo --- install --- ${REALLY} ${MAKE} install echo --- teardown --- -${REALLY} ./scripts/teardown || true +${REALLY} bash scripts/teardown || true echo --- setup --- -${REALLY} ./scripts/setup --root /music \ - --encoding ISO-8859-1 \ - --port none \ - --email rjk@greenend.org.uk \ - --register y \ - --play local +${REALLY} bash scripts/setup --root /music \ + --encoding ISO-8859-1 \ + --port none \ + --email rjk@greenend.org.uk \ + --register y \ + --play local echo --- done ---