aboutsummaryrefslogtreecommitdiffstats
path: root/community/patchwork/0001-support-busybox-readlink.patch
blob: 3918b58f0e0596865b3eabf33926a5c238cda102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/patchwork/bin/parsemail.sh b/patchwork/bin/parsemail.sh
index a742f60e54..14a608616c 100755
--- a/patchwork/bin/parsemail.sh
+++ b/patchwork/bin/parsemail.sh
@@ -20,7 +20,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

 BIN_DIR=$(dirname "$0")
-PATCHWORK_BASE=$(readlink -e "$BIN_DIR/../..")
+PATCHWORK_BASE=$(readlink -f "$BIN_DIR/../..")

 if [ -z "$PW_PYTHON" ]; then
     PW_PYTHON=python2