From 85343baa017012fdf87a810f09ff63110c65dfe7 Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Mon, 21 Aug 2023 20:26:11 -0600 Subject: [PATCH] AP_Motors: Add missing shebang * This script was marked as executable but did not have a shebang Signed-off-by: Ryan Friedman --- libraries/AP_Motors/examples/AP_Motors_test/MotorTestSweep.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Motors/examples/AP_Motors_test/MotorTestSweep.sh b/libraries/AP_Motors/examples/AP_Motors_test/MotorTestSweep.sh index a2f68b435f..9aa4549541 100755 --- a/libraries/AP_Motors/examples/AP_Motors_test/MotorTestSweep.sh +++ b/libraries/AP_Motors/examples/AP_Motors_test/MotorTestSweep.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Build and run the motors example stability test at a range of yaw headroom and throttle average max values # Output results to files for comparison