mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
fix_code_style.sh requires bash
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
astyle \
|
astyle \
|
||||||
--options=$DIR/astylerc \
|
--options=$DIR/astylerc \
|
||||||
|
|||||||
Reference in New Issue
Block a user