From: Alan T. DeKok Date: Thu, 29 Jun 2017 11:56:04 +0000 (-0400) Subject: This doesn't need bash. SH is more portable X-Git-Tag: release_3_0_15~23 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a1d29edf913f36917f87199095304cfc70a87a95;p=freeradius.git This doesn't need bash. SH is more portable --- diff --git a/src/tests/runtests.sh b/src/tests/runtests.sh index d9276b9..cc403c6 100755 --- a/src/tests/runtests.sh +++ b/src/tests/runtests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh : ${BIN_PATH=./} : ${PORT=12340}