##// END OF EJS Templates
exewrapper: use generic term script...
Adrian Buehlmann -
r17063:3fbc6e3a default
parent child Browse files
Show More
@@ -56,7 +56,7 b' int main(int argc, char *argv[])'
56
56
57 /*
57 /*
58 Only add the pyscript to the args, if it's not already there. It may
58 Only add the pyscript to the args, if it's not already there. It may
59 already be there, if Mercurial spawned a child process of itself, in
59 already be there, if the script spawned a child process of itself, in
60 the same way as it got called, that is, with the pyscript already in
60 the same way as it got called, that is, with the pyscript already in
61 place. So we optionally accept the pyscript as the first argument
61 place. So we optionally accept the pyscript as the first argument
62 (argv[1]), letting our exe taking the role of the python interpreter.
62 (argv[1]), letting our exe taking the role of the python interpreter.
General Comments 0
You need to be logged in to leave comments. Login now