Skip to content

Commit

Permalink
Fix for gkz#569
Browse files Browse the repository at this point in the history
  • Loading branch information
Derk Bell authored and Derk Bell committed Oct 5, 2014
1 parent f2d2c19 commit bcf7e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/command.ls
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ switch
# compile them. If a directory is passed, recursively compile all
# _.ls_ files in it and all subdirectories.
!function compile-scripts
positional.for-each !-> walk it, (path.normalize it), true
walk positional.0, (path.normalize positional.0), true
!function walk source, base, top
!function work
fshoot 'readFile' source, !-> compile-script source, "#it", base
Expand Down

0 comments on commit bcf7e19

Please sign in to comment.