| commit | 09636566ee2050bb2e52cfaabd4dca468aa26f55 | [log] [tgz] |
|---|---|---|
| author | Richard J. Mathar <mathar@mpia-hd.mpg.de> | Thu Nov 13 10:09:40 2025 +0100 |
| committer | Ileana Dumitrescu <ileanadumitrescu95@gmail.com> | Fri Nov 14 20:36:26 2025 +0200 |
| tree | 5a1f381bdaa50a46abc9d9a514dfb681b3727aa3 | |
| parent | ca12ed428f4ab50a4e5c9c3b89409556a056453e [diff] |
ltmain.in: add parentheses to support values with spaces The variable may contain a value with spaces that cause errors due to the standard splitting of command line arguments by linux shells. See https://github.com/autotools-mirror/libtool/pull/4/files. Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79826 * build-aux/ltmain.in: Add missing quotes around darwin_orig_dir.
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 0f2c81f..bb72916 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in
@@ -3505,7 +3505,7 @@ $RM -rf unfat-$$ cd "$darwin_orig_dir" else - cd $darwin_orig_dir + cd "$darwin_orig_dir" func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run