akalsi87

Results 3 issues of akalsi87

The following snippet complains that newval is not defined, however it is. ``` def slice_lines(val, start) { nlines = numlines(val) if (nlines < 2) { println("Error1.") quit(0) } newval =...

Here is a snippet that works correctly when run as a standalone bash script but fails in bash -r: ``` def readline() { y = @(exec head -n 1 -)...

Fix saving imports to a subdirectory -- the code seemed to be adding a spurious `pkg.sh` arg in `set`. I waive all rights to the code and don't care about...