Skip to content

Commit

Permalink
Revert "Linux perl; missing from last PR"
Browse files Browse the repository at this point in the history
This reverts commit d2244b4.
  • Loading branch information
nyalldawson committed Jan 30, 2018
1 parent d2244b4 commit a91c4ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/astyle.sh
Expand Up @@ -77,8 +77,8 @@ astyleit() {
$ASTYLE --options="$ASTYLEOPTS" "$1"
modified=$1.unify_includes_modified
cp "$1" "$modified"
scripts/unify_includes.pl -i.sortinc -n "$modified"
scripts/doxygen_space.pl -0 -i.sortinc -n "$modified"
scripts/unify_includes.pl "$modified"
scripts/doxygen_space.pl "$modified"
diff "$1" "$modified" >/dev/null || mv "$modified" "$1"
rm -f "$modified"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/doxygen_space.pl
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env perl -0 -i.sortinc -n
###########################################################################
# doxygen_space.pl
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/unify_includes.pl
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env perl -i.sortinc -n
###########################################################################
# unify_includes.pl
# ---------------------
Expand Down

0 comments on commit a91c4ec

Please sign in to comment.