-
These results are based on the lastest AST ksh93, built from sources pulled from GitHub as of a few days ago. In a nutshell, initially ksh's value for .sh.file starts out correctly and is correct whil…
-
The changes needed are:
1. change 'local' to 'typeset'
1. Do not attempt to evaluate (even conditioned out) the _complete functions, which contain some bash/zsh specific syntax.
1. Disable an…
-
The `vmalloc` download is failing due to a redirect loop or something similar. Affects both the tarball itself and that `~astopen` user home page.
```
$ brew install -s vmalloc
==> Using the sandbox
…
-
In the following, either the /bin/echo command or the first print command must be sending their output directly to the script's stdout:
```
$ foo=$(print `/bin/echo bar`) # should print nothing
b…
-
Presently, Prezto uses `function foo {}`, which is a KornShell (`ksh`) compatibility syntax. Switch to the POSIX `foo () {}` syntax.
See http://wiki.bash-hackers.org/scripting/obsolete for more obsol…
-
the code can be simplified and less crufty if you rewrite it in powershell. If you need help let me know.
**All Hail PowerShell, BATCH is Dead**
-
I recently discovered this construct in shell-scripting:
``` sh
{ # Prevent execution if this script was only partially downloaded
foo() {
:
}
}
```
I've since found that in addition t…
-
I think I have only ever seen `.bash` scripts in one project (https://github.com/golang/go/tree/master/src) almost all the bash scripts I've seen are named `.sh` and have `bash` in the shebang. Curr…
-
# Description
When using this library, my code is failing when it attempts to refresh the SASL keys with a kinit. It gives me the error "Server not found in Kerberos database while getting initial c…
-
I would like to automate building of kmod- packages for fedora.
But instead of just building the packages and pushing them into an internal repo i would like to run some tests.
Ive seen there are s…
maci0 updated
8 years ago