summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index d2c3560131..fba7d4be81 100644
--- a/node.gyp
+++ b/node.gyp
@@ -882,7 +882,7 @@
'<(PRODUCT_DIR)/<(node_core_target_name).exe',
],
'action': [
- 'mv', '<@(_inputs)', '<@(_outputs)',
+ 'move', '<@(_inputs)', '<@(_outputs)',
],
},
],