aboutsummaryrefslogtreecommitdiff
path: root/scripts/make-config-poison.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-config-poison.sh')
-rwxr-xr-xscripts/make-config-poison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-config-poison.sh b/scripts/make-config-poison.sh
index d222a04304..1892854261 100755
--- a/scripts/make-config-poison.sh
+++ b/scripts/make-config-poison.sh
@@ -13,4 +13,4 @@ exec sed -n \
-e 's///' \
-e 's/ .*//' \
-e 's/^/#pragma GCC poison /p' \
- -e '}' "$@"
+ -e '}' "$@" | sort -u