We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c02f8 + d6d8dc4 commit b22bd94Copy full SHA for b22bd94
lib/cocoapods-binary/Integration.rb
@@ -269,7 +269,7 @@ class EmbedFrameworksScript
269
# If the path isn't an absolute path, we add a realtive prefix.
270
old_read_link=`which readlink`
271
readlink () {
272
- path=`$old_read_link $1`;
+ path=`$old_read_link "$1"`;
273
if [ $(echo "$path" | cut -c 1-1) = '/' ]; then
274
echo $path;
275
else
0 commit comments