[PATCH] test/common.sh: fix typo in gapk binary location

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Vadim Yanitskiy axilirator at gmail.com
Wed Aug 30 08:50:34 UTC 2017


---
 test/common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/common.sh b/test/common.sh
index 39cdd7d..591be3a 100644
--- a/test/common.sh
+++ b/test/common.sh
@@ -4,7 +4,7 @@ REFDIR=./ref-files
 if [ -f ../src/gapk ]; then
 	GAPK=../src/gapk
 elif [ -f `which gapk` ]; then
-	GAPK=`whiich gapk`
+	GAPK=`which gapk`
 else
 	exit 1
 fi
-- 
2.14.1




More information about the OpenBSC mailing list