development/regina-rexx: Fix rc script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Richard Narron 2014-06-14 09:45:36 +07:00 committed by Erik Hanson
parent 9c0b0a3015
commit a08d8dd0a6
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ rxstack_restart() {
rxstack_stop
sleep 1
rxstack_start
RETVAL=$?
}
case "$1" in

View file

@ -5,7 +5,7 @@
PRGNAM=regina-rexx
VERSION=${VERSION:-3.8}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
FLAVOR=${FLAVOR:-dynamic} # set FLAVOR=static for a rexx static binary.