From 144ef68fede23348a6b545be091a1c1bc14271c4 Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Mon, 2 Dec 2024 19:35:46 -0300 Subject: [PATCH] Fix typo. --- q2d_bringup/scripts/torque_step.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q2d_bringup/scripts/torque_step.sh b/q2d_bringup/scripts/torque_step.sh index b822ff0..f87cae2 100755 --- a/q2d_bringup/scripts/torque_step.sh +++ b/q2d_bringup/scripts/torque_step.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ "$#" -ne 2 ]; then - echo "Usage: $0 " + echo "Usage: $0 " exit -1; fi; -- 2.12.0