fix_code_style.sh requires bash

This commit is contained in:
Daniel Agar
2015-08-22 16:04:51 -04:00
parent a1f93f52b0
commit 33e2b5518f
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
astyle \
--options=$DIR/astylerc \