From 1300fdc84bfb27ac455915536bb2a4012e3624a4 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 17 Oct 2016 13:03:21 +0100 Subject: [PATCH] #115 - Do not use readlink for the DMD wrapper, for Mac compatibility. --- dmd-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd-wrapper b/dmd-wrapper index 6db47d14..a72472e8 100755 --- a/dmd-wrapper +++ b/dmd-wrapper @@ -15,7 +15,7 @@ while read; do done # Read imports from DUB. -original_path="$(readlink -m .)" +original_path="$(pwd)" path="$original_path" import_line_options=''