#115 - Do not use readlink for the DMD wrapper, for Mac compatibility.
This commit is contained in:
parent
15df679765
commit
1300fdc84b
@ -15,7 +15,7 @@ while read; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Read imports from DUB.
|
# Read imports from DUB.
|
||||||
original_path="$(readlink -m .)"
|
original_path="$(pwd)"
|
||||||
path="$original_path"
|
path="$original_path"
|
||||||
import_line_options=''
|
import_line_options=''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user