Skip to content

Commit

Permalink
Update src/library/scala/sys/process/package.scala
Browse files Browse the repository at this point in the history
Fix broken wildcard expansion in the `sys.process` docs.
  • Loading branch information
vy committed Feb 6, 2013
1 parent 948e6ac commit 37824d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/sys/process/package.scala
Expand Up @@ -25,7 +25,7 @@ package scala.sys {
*
* {{{
* import scala.sys.process._
* "ls" #| "grep .scala" #&& "scalac *.scala" #|| "echo nothing found" lines
* "ls" #| "grep .scala" #&& Seq("sh", "-c", "scalac *.scala") #|| "echo nothing found" lines
* }}}
*
* We describe below the general concepts and architecture of the package,
Expand Down

1 comment on commit 37824d3

@scala-jenkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job pr-checkin-per-commit failed for 37824d3 of #2077 (results):


Took 40 min.
sad kitty

Please sign in to comment.