1
0
Fork 0

single execute only

This commit is contained in:
Frank Celler 2016-04-16 21:01:07 -07:00
parent 17cd890132
commit de092a3885
1 changed files with 1 additions and 1 deletions

View File

@ -1953,7 +1953,7 @@ testFuncs.arangosh = function(options) {
}
fs.write(shebangFile,
"#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --log.level fatal --javascript.execute \n" +
"#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --javascript.execute \n" +
"print('hello world');\n");
executeExternalAndWait("sh", ["-c", "chmod a+x " + shebangFile]);