summaryrefslogtreecommitdiff
path: root/kconfig/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/check.sh')
-rw-r--r--kconfig/check.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfig/check.sh b/kconfig/check.sh
index fa59cbf..55b79ba 100644
--- a/kconfig/check.sh
+++ b/kconfig/check.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Needed for systems without gettext
-$* -xc -o /dev/null - > /dev/null 2>&1 << EOF
+$* -x c -o /dev/null - > /dev/null 2>&1 << EOF
#include <libintl.h>
int main()
{
@@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS;
fi
-