From 5a1d22c438df9535dd97b84697bff2c0cb204c58 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 15 Jul 2013 10:34:57 +0200 Subject: [PATCH] bin/sipp.sh: fix BASE_DIR. --- bin/sipp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sipp.sh b/bin/sipp.sh index 1c4094fe..68a091c8 100755 --- a/bin/sipp.sh +++ b/bin/sipp.sh @@ -51,7 +51,7 @@ if [ ! -f $1 ]; then usage exit 1 fi -BASE_DIR="${BASE_DIR:-$(dirname $1)}" +BASE_DIR="$(dirname $1)" IP="127.0.0.1" DOMAIN=${DOMAIN:-"spce.test"} MAX="5000"