From 397a07703c6f18aa173d9a2bd69f5d51047fbb77 Mon Sep 17 00:00:00 2001 Message-Id: <397a07703c6f18aa173d9a2bd69f5d51047fbb77.1716772673.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 2 Jun 2008 22:09:46 +0100 Subject: [PATCH 1/1] setup.anjou freebsd support Organization: Straylight/Edgeware From: Richard Kettlewell --- scripts/setup.anjou | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 --- -- [mdw]