diff options
Diffstat (limited to 'scripts/make-config-poison.sh')
-rwxr-xr-x | scripts/make-config-poison.sh | 2 |
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 |