diff --git a/helper/tt2-process b/helper/tt2-process index 52a37f4e..f9daea17 100755 --- a/helper/tt2-process +++ b/helper/tt2-process @@ -174,7 +174,7 @@ sub process_input { "$input_dirname/ngcpcfg.postbuild")) { next unless -e $postbuild; - info("Executing postbuid for $output"); + info("Executing postbuild for $output"); system("bash $postbuild") == 0 or error("Execution of postbuild script '$postbuild' failed: $?"); last;