mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
ls fix
This commit is contained in:
parent
a4f007cce1
commit
372819d8e3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ var LsClass = function() {
|
|||
LsClass.prototype = new Process();
|
||||
LsClass.prototype.main = function(args) {
|
||||
var stdout = this.files['stdout'];
|
||||
var env = this.Environment.array;
|
||||
var env = this.Environment.global;
|
||||
var folder = "";
|
||||
if (args.length == 1) {
|
||||
folder = env['PWD'];
|
||||
|
|
Loading…
Reference in a new issue