Skip to content

Commit 07d4a6d

Browse files
committed
Merge pull request #327 from olhotak/pr-bindotc
unset CDPATH in bin/dotc to make ( cd && pwd ) work correctly
2 parents b253252 + 0b8f4ea commit 07d4a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dotc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ programName=$(basename "$0")
1717

1818

1919
declare -a java_args scala_args residual_args
20-
unset verbose quiet cygwin toolcp colors saved_stty
20+
unset verbose quiet cygwin toolcp colors saved_stty CDPATH
2121

2222

2323
CompilerMain=dotty.tools.dotc.Main

0 commit comments

Comments
 (0)