diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:38:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:38:42 +0300 |
commit | 47f5b43b056dd48a68ca73cce9cfefa287bac005 (patch) | |
tree | 45ceb1133552ad75c42afe5487abc03b75979346 /extension/configure | |
parent | 706d8274e5144abe1046b231d12c270590c4a374 (diff) | |
parent | 7897b02bd49f32e50963c5f05260975a0f56ae42 (diff) | |
download | egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.gz egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.bz2 egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/extension/configure b/extension/configure index 82ebf32b..06d030f1 100755 --- a/extension/configure +++ b/extension/configure @@ -2575,12 +2575,7 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then |