]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/set_install_name
move m_sizeSet out of wxWindow
[wxWidgets.git] / misc / scripts / set_install_name
index 80c2beed975ddc697bfd519380894844cc44f853..343a3252eccd96a1350522a5d4c84821047b4142 100755 (executable)
@@ -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