Fixed syntax error

"./runastyle: line 4: --suffix=none: command not found"
This commit is contained in:
Pete Johns 2010-09-19 16:25:17 +10:00
parent 78e13f098e
commit 4ca795056f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
style="--style=ansi --min-conditional-indent=0"
options="--pad-header --unpad-paren" --suffix=none
options="--pad-header --unpad-paren --suffix=none"
astyle $style $options cli/*.cpp
astyle $style $options cli/*.h