From 7dcd8d8eb9140ae85dcc48de46d0bbb6e9e7dd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 5 Aug 2013 16:23:58 +0200 Subject: fix test script : bin is now k8055cmd --- libk8055/test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libk8055/test b/libk8055/test index 355fd45..7406d81 100755 --- a/libk8055/test +++ b/libk8055/test @@ -1,8 +1,8 @@ #! /bin/bash if [ -x ./k8055 ]; then - K8055=./k8055 -elif [ -x ./build/libk8055/k8055 ]; then - K8055=./build/libk8055/k8055 + K8055=./k8055cmd +elif [ -x ./build/libk8055/k8055cmd ]; then + K8055=./build/libk8055/k8055cmd else echo "unable to find k8055 binary" && exit 1 fi -- cgit v1.1-2-g2b99