summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-11-30 00:38:09 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-11-30 00:38:09 +0100
commit2143f185a17003fe5c6d6c013e07a926b05982d5 (patch)
tree4edbe6b8eca26a6f988f6f7f3a8470aadf67be58 /config.guess
parent57b0b3a0b9dab7950f4c14c57bb064d8a6073bc2 (diff)
downloadgmp-2143f185a17003fe5c6d6c013e07a926b05982d5.tar.gz
Add space in exec expression to please older sh.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 5893a8c34..c28e14080 100755
--- a/config.guess
+++ b/config.guess
@@ -173,7 +173,7 @@ EOF
;;
arm*-*-* | aarch64-*-*)
- if [ $((uname -s) 2>/dev/null) = Darwin ]; then
+ if [ $( (uname -s) 2>/dev/null) = Darwin ]; then
case $(system_profiler SPHardwareDataType | grep Chip) in
*Apple\ M1)
exact_cpu="applem1";;