#115 - Do not use readlink for the DMD wrapper, for Mac compatibility.
This commit is contained in:
parent
15df679765
commit
1300fdc84b
1 changed files with 1 additions and 1 deletions
|
@ -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=''
|
||||||
|
|
||||||
|
|
Reference in a new issue