summaryrefslogtreecommitdiffstats
path: root/clean.sh
diff options
context:
space:
mode:
authorSjon Hortensius <sjon@hortensius.net>2015-01-31 18:10:28 +0100
committerSjon Hortensius <sjon@hortensius.net>2015-01-31 18:10:28 +0100
commit5d00f1d41a1bf21df8d486f9c69d628f9bb4f31d (patch)
tree8a345e472515be8835e728f28ad700c6644fd8d8 /clean.sh
parentf6546b416dffd556a1d19417e8b2a142b05181a9 (diff)
downloadpfsense-5d00f1d41a1bf21df8d486f9c69d628f9bb4f31d.zip
pfsense-5d00f1d41a1bf21df8d486f9c69d628f9bb4f31d.tar.gz
fix another typo in cleaner
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean.sh b/clean.sh
index 3b619f8..da76aab 100755
--- a/clean.sh
+++ b/clean.sh
@@ -10,6 +10,6 @@ sed -i -e 's/> </></g' \
-e 's/<?php include("fbegin.inc"); ?>//g' \
-e 's/<?php include("fend.inc"); ?>/<?php include("foot.inc"); ?>/g' \
-e 's/<?php echo /<?=/g' \
- -e 's/;?\s*?>/?>/g' \
+ -e 's/;\s*?>/?>/g' \
-e 's/<?\s*=\s*/<?=/g' \
$1
OpenPOWER on IntegriCloud