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.
1 parent e29c42c commit 6d0d65fCopy full SHA for 6d0d65f
lib/cocoapods-binary-cache/pod-binary/integration/patch/embed_framework_script.rb
@@ -17,7 +17,7 @@ class EmbedFrameworksScript
17
# If the path isn't an absolute path, we add a realtive prefix.
18
old_read_link=`which readlink`
19
readlink () {
20
- path=`$old_read_link $1`;
+ path=`$old_read_link "$1"`;
21
if [ $(echo "$path" | cut -c 1-1) = '/' ]; then
22
echo $path;
23
else
0 commit comments