Skip to content

Commit e5ab743

Browse files
committed
Revert "Linux perl; missing from last PR"
This reverts commit d2244b4.
1 parent d2244b4 commit e5ab743

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

scripts/astyle.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ astyleit() {
7777
$ASTYLE --options="$ASTYLEOPTS" "$1"
7878
modified=$1.unify_includes_modified
7979
cp "$1" "$modified"
80-
scripts/unify_includes.pl -i.sortinc -n "$modified"
81-
scripts/doxygen_space.pl -0 -i.sortinc -n "$modified"
80+
scripts/unify_includes.pl "$modified"
81+
scripts/doxygen_space.pl "$modified"
8282
diff "$1" "$modified" >/dev/null || mv "$modified" "$1"
8383
rm -f "$modified"
8484
}

scripts/doxygen_space.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl
1+
#!/usr/bin/env perl -0 -i.sortinc -n
22
###########################################################################
33
# doxygen_space.pl
44
# ---------------------

scripts/unify_includes.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl
1+
#!/usr/bin/env perl -i.sortinc -n
22
###########################################################################
33
# unify_includes.pl
44
# ---------------------

0 commit comments

Comments
 (0)