From f98a722e8458fc3534c00bf99c16515c122d70f6 Mon Sep 17 00:00:00 2001 From: Christos KK Loverdos Date: Mon, 11 Jun 2012 15:24:40 +0300 Subject: [PATCH] Remove reference to test.sh from make-dist.sh --- make-dist.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/make-dist.sh b/make-dist.sh index 7ef3d65..d6e8fea 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -161,7 +161,6 @@ collectscripts() { cp $SERVER_SCRIPTS_SRC/aquarium.sh $DIST/bin || fail "copying aquarium.sh" cp $SERVER_SCRIPTS_SRC/start.sh $DIST/bin || fail "copying start.sh" cp $SERVER_SCRIPTS_SRC/stop.sh $DIST/bin || fail "copying stop.sh" - cp $SERVER_SCRIPTS_SRC/test.sh $DIST/bin || fail "copying test.sh" } gitmark() { -- 1.7.10.4