handle directories with spaces in them better
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,7 +65,7 @@ GiveUsageErrorAndExit()
|
|||||||
ChangeInstallNames()
|
ChangeInstallNames()
|
||||||
{
|
{
|
||||||
# only change the libs themselves, not symlinks to them
|
# 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
|
if [ -z "$all_libs" ]; then
|
||||||
Error "No wx libraries found in \"$libdir\"."
|
Error "No wx libraries found in \"$libdir\"."
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user