summaryrefslogtreecommitdiffhomepage
path: root/sysinfo
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 15:54:56 -0500
committermidipix <writeonce@midipix.org>2016-02-27 16:20:33 -0500
commit0113442d1adc00fa6d1d8f6615effa7580af15a7 (patch)
tree84ae211433c9ba112874a1ef980e3fdee73ce02b /sysinfo
parent5d406f0629a6aa766e79722f2b0d1c7b4627dc93 (diff)
downloadntcon-0113442d1adc00fa6d1d8f6615effa7580af15a7.tar.bz2
ntcon-0113442d1adc00fa6d1d8f6615effa7580af15a7.tar.xz
build system: configure, host.sh: use modern portable shell idioms.
Diffstat (limited to 'sysinfo')
-rwxr-xr-xsysinfo/host/host.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfo/host/host.sh b/sysinfo/host/host.sh
index 1fe2515..9caa07b 100755
--- a/sysinfo/host/host.sh
+++ b/sysinfo/host/host.sh
@@ -10,7 +10,7 @@ host_test()
mb_hdrdir=$(pwd)/build
mkdir -p $mb_hdrdir || exit 2
- if [ x"$mb_compiler" = x ]; then
+ if [ -z "$mb_compiler" ]; then
echo "config error: compiler not set."
exit 2
fi