X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233c6e7fb063aa09ae72a3aef1d00d678ea70cc8..af1f44f17ea894ffba100703360b9084fb4fa17b:/misc/scripts/set_install_name 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