fix(repl): don't use current dir by default
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
66f415ff5f
commit
70b4356f03
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in
|
|||
runtimeInputs = [coreutils gnused ncurses];
|
||||
|
||||
text = ''
|
||||
arg=''${1:-"."}
|
||||
arg=''${1:-""}
|
||||
|
||||
case "$arg" in
|
||||
"-h"|"--help"|"help")
|
||||
|
|
Loading…
Reference in a new issue