Skip to content

Commit e606046

Browse files
authored
Merge pull request #11366 from retronym/topic/cp
Accept -cp alias in bin/scala
2 parents 8893e1f + e21056d commit e606046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ while [[ $# -gt 0 ]]; do
6262
execute_run=true
6363
shift
6464
;;
65-
-classpath)
65+
-cp | -classpath)
6666
CLASS_PATH="$2"
6767
class_path_count+=1
6868
shift

0 commit comments

Comments
 (0)