-
### Steps to reproduce
The following ksh93 script uses shared-state command substitutions to print a few lines. The syntax is valid but vim doesn't seem to handle the script correctly:
```ksh
#!/bi…
-
Just summary stats using gcc 13.x
```console
[tkloczko@pers-jacek SPECS]$ rpmbuild -ba ksh.spec 2>&1 | grep -- \\[-W | sed 's/.*\[//; s/\]//' | sort | uniq -c | sort -nr
2034 -Wunknown-pragmas
…
-
`exit` with no args in a trap handler should reflect the status of "the command that executed immediately preceding the trap action", according to [POSIX](https://pubs.opengroup.org/onlinepubs/9699919…
-
As above. I ran `bin/package clean` before the build.
Error is:
```
# ... making src/lib/libsum ...
+ mamake -C lib/libsum install
dyld[6820]: Library not loaded: libast.6.dylib
Reference…
-
[Dorothy](https://github.com/bevry/dorothy): 🧙🏻♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh…
-
Hello,
With the current version of conda, we have issues when using ksh shell, due to the use of the "local" builtin, which seems to be available in bash but not in ksh :
```
$ echo $SHELL
/b…
jpays updated
7 months ago
-
Example from manual 3.1.10 on page 470:
```tex
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\tikz [rounded corners] \graph [layered layout]
{
1972 ->1976 ->1978 ->198…
-
### Steps to reproduce
## Open `bash` script `test.sh`
```bash
#!/usr/bin/bash
# `i))`
#!/usr/bin/bash
# `i))`
#for ((i=0; i
-
The `io` regression tests have errors. Reverting the referenced commit removes the errors.
```
test io begins at 2024-02-09+05:49:50
io.sh[240]: FAIL:
-
### Steps to reproduce
1. `$ vim .bashrc.test`
2. Add first line: `alias a='ls'`
3. Add second line: `alias ab='ls -al'`
### Expected behaviour
The equal (`=`) sign should have the same col…