Skip to content

Commit

Permalink
* process.c (posix_sh_cmds): the command name of colon is ":".
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Oct 12, 2012
1 parent 7085db4 commit 7206f9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Fri Oct 12 20:40:29 2012 Tanaka Akira <[email protected]>

* process.c (posix_sh_cmds): the command name of colon is ":".

Fri Oct 12 18:18:03 2012 Nobuyoshi Nakada <[email protected]>

* file.c (rb_get_path_check): path name must not contain NUL bytes.
Expand Down
2 changes: 1 addition & 1 deletion process.c
Original file line number Diff line number Diff line change
Expand Up @@ -2036,9 +2036,9 @@ rb_exec_fillarg(VALUE prog, int argc, VALUE *argv, VALUE env, VALUE opthash, VAL
static const char posix_sh_cmds[][9] = {
"!", /* reserved */
".", /* special built-in */
":", /* special built-in */
"break", /* special built-in */
"case", /* reserved */
"colon", /* special built-in */
"continue", /* special built-in */
"do", /* reserved */
"done", /* reserved */
Expand Down

0 comments on commit 7206f9b

Please sign in to comment.