summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-05-18 14:07:36 +0300
committerEli Zaretskii <eliz@gnu.org>2013-05-18 14:07:36 +0300
commitcece7ad61f1375e855d1a2c55ab183a177e2a7b6 (patch)
tree9bb0cb18044fd9cf14c14aea3149fb48a7f0f5e4 /job.c
parent943c06de479797fcda377c1cb95c644aace14919 (diff)
downloadgunmake-cece7ad61f1375e855d1a2c55ab183a177e2a7b6.tar.gz
Support "move" as internal shell command on Windows with cmd.exe.
job.c (construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "move". Fixes Savannah bug #30714.
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/job.c b/job.c
index a072bde..5f665a9 100644
--- a/job.c
+++ b/job.c
@@ -2849,8 +2849,8 @@ construct_command_argv_internal (char *line, char **restp, char *shell,
"chdir", "cls", "color", "copy", "ctty",
"date", "del", "dir", "echo", "echo.",
"endlocal", "erase", "exit", "for", "ftype",
- "goto", "if", "if", "md", "mkdir", "path",
- "pause", "prompt", "rd", "rem", "ren",
+ "goto", "if", "if", "md", "mkdir", "move",
+ "path", "pause", "prompt", "rd", "rem", "ren",
"rename", "rmdir", "set", "setlocal",
"shift", "time", "title", "type", "ver",
"verify", "vol", ":", 0 };