From: Walter Fetter Lages Date: Mon, 2 Dec 2024 22:35:46 +0000 (-0300) Subject: Fix typo. X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=144ef68fede23348a6b545be091a1c1bc14271c4;p=q2d.git Fix typo. --- 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;