Skip to content

Commit

Permalink
cwd is in FileSystem, not System.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviusb committed Jun 9, 2013
1 parent ca64a1e commit a7a3b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byeloblog.atomish
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ use("genx.atomish")
if(System programArguments length == 0,
if(FileSystem exists?("build.atomish"),
use("build.atomish"),
say("No build.atomish defined in #{System cwd}")),
say("No build.atomish defined in #{FileSystem cwd}")),
use(System programArguments [0]))

0 comments on commit a7a3b99

Please sign in to comment.