Skip to content

Commit

Permalink
Merge pull request #1124 from Oldes/fic-1123
Browse files Browse the repository at this point in the history
FIX: issue #1123 - rc accepting file! and no 'fail' message if running %...
  • Loading branch information
dockimbel committed Apr 27, 2015
2 parents 041585b + f4c3f9c commit 9eb20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red.r
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ redc: context [
unless Windows? [print ""] ;-- extra LF for more readable output
]

set 'rc func [cmd [string! block!]][
set 'rc func [cmd [file! string! block!]][
fail-try "Driver" [redc/main/with reform cmd]
() ;-- return unset value
]
Expand Down

0 comments on commit 9eb20e5

Please sign in to comment.