From f3c2e894d5dc060660e82b508fea642de517252d Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Tue, 2 Apr 2013 17:47:35 +0200 Subject: [PATCH] liveboot-testlink: fix a typo which resulted in NOP Signed-off-by: Thilo Fromm --- liveboot_testlink_create_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_testlink_create_build.sh b/liveboot_testlink_create_build.sh index eaff6b2..73a97e7 100755 --- a/liveboot_testlink_create_build.sh +++ b/liveboot_testlink_create_build.sh @@ -77,7 +77,7 @@ createBuild() { # ---- -if [ "testlink_create_build.sh" = `basename $0` ]; then +if [ "liveboot_testlink_create_build.sh" = `basename $0` ]; then [ $# -lt 2 ] && { echo -- 2.39.5