diff --git a/lib/cocoapods-binary/Integration.rb b/lib/cocoapods-binary/Integration.rb index dab6aa7..d6ca3c6 100644 --- a/lib/cocoapods-binary/Integration.rb +++ b/lib/cocoapods-binary/Integration.rb @@ -269,7 +269,7 @@ class EmbedFrameworksScript # If the path isn't an absolute path, we add a realtive prefix. old_read_link=`which readlink` readlink () { - path=`$old_read_link $1`; + path=`$old_read_link "$1"`; if [ $(echo "$path" | cut -c 1-1) = '/' ]; then echo $path; else @@ -286,4 +286,4 @@ class EmbedFrameworksScript end end end -end \ No newline at end of file +end