From: Vadim Zeitlin Date: Fri, 10 Mar 2006 13:42:10 +0000 (+0000) Subject: handle directories with spaces in them better X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/71771e3525e961a4ecb7b0e7ce415b5c839b7831?ds=inline handle directories with spaces in them better git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/misc/scripts/set_install_name b/misc/scripts/set_install_name index 80c2beed97..343a3252ec 100755 --- a/misc/scripts/set_install_name +++ b/misc/scripts/set_install_name @@ -65,7 +65,7 @@ GiveUsageErrorAndExit() ChangeInstallNames() { # only change the libs themselves, not symlinks to them - all_libs=`find $libdir -type f -name libwx_\*.dylib` + all_libs=`find "$libdir" -type f -name libwx_\*.dylib` if [ -z "$all_libs" ]; then Error "No wx libraries found in \"$libdir\"." exit 1