diff options
-rwxr-xr-x | libk8055/test | 6 |
1 files 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 |