1
0
Fork 0

fix "scripts/unittest arangosh"

This commit is contained in:
jsteemann 2018-06-09 13:44:01 +02:00
parent 5682213db7
commit 20de7f04e6
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function arangosh (options) {
}
fs.write(shebangFile,
'#!' + fs.makeAbsolute(pu.ARANGOSH_BIN) + ' --server.endpoint none --javascript.execute \n' +
'#!' + fs.makeAbsolute(pu.ARANGOSH_BIN) + ' --javascript.execute \n' +
'print("hello world");\n');
executeExternalAndWait('sh', ['-c', 'chmod a+x ' + shebangFile]);