Skip to content

Commit

Permalink
Use unsetopt to turn off NOMATCH option
Browse files Browse the repository at this point in the history
  • Loading branch information
e9gille committed Jun 17, 2022
1 parent a8ef2c9 commit cfb21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
pass: q.ssh_pass.value,
key: q.ssh_key.value,
},
'/bin/ls -1 /opt/mdyalog/*/*/*/mapl /opt/mdyalog/*/*/*/*/mapl /Applications/Dyalog-*/Contents/Resources/Dyalog/mapl 2>/dev/null',
'PATH=/ unsetopt NOMATCH 2>/dev/null ; /bin/ls -1 /opt/mdyalog/*/*/*/mapl /opt/mdyalog/*/*/*/*/mapl /Applications/Dyalog-*/Contents/Resources/Dyalog/mapl 2>/dev/null',
(e, sm) => {
if (e) throw e;
let s = '';
Expand Down

0 comments on commit cfb21ba

Please sign in to comment.