diff options
Diffstat (limited to 'testing/yarn/yarn.patch')
-rw-r--r-- | testing/yarn/yarn.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/yarn/yarn.patch b/testing/yarn/yarn.patch new file mode 100644 index 0000000000..cce220693b --- /dev/null +++ b/testing/yarn/yarn.patch @@ -0,0 +1,10 @@ +diff -urp dist/bin/yarn patched/bin/yarn +--- dist/bin/yarn 2017-01-16 23:37:07.000000000 +0000 ++++ patched/bin/yarn 2017-01-18 01:45:33.000000000 +0000 +@@ -1,5 +1,5 @@ + #!/bin/sh +-basedir=$(dirname "$(readlink "$0" || echo "$(echo "$0" | sed -e 's,\\,/,g')")") ++basedir=$(dirname "$(readlink -f "$0" || echo "$(echo "$0" | sed -e 's,\\,/,g')")") + + use_winpty=0 + |