aboutsummaryrefslogtreecommitdiffstats
path: root/ci/check/profiles/sort-firecfg.config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/check/profiles/sort-firecfg.config.sh')
-rwxr-xr-xci/check/profiles/sort-firecfg.config.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/check/profiles/sort-firecfg.config.sh b/ci/check/profiles/sort-firecfg.config.sh
new file mode 100755
index 000000000..17a595350
--- /dev/null
+++ b/ci/check/profiles/sort-firecfg.config.sh
@@ -0,0 +1,2 @@
1#!/bin/sh
2tail -n +4 "$1" | sed 's/^# /#/' | LC_ALL=C sort -c -d