You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ osh -c 'exec -a foo date'exec -a foo date
^~
[ -c flag ]:1: 'exec' doesn't accept flag -a
From man bash:
exec [-cl] [-a name] [command [arguments]]
⋮
an empty environment. If -a is supplied, the shell passes name
as the zeroth argument to the executed command. If command can‐
Bash scripts that use exec -a will fail.
Another bash incompatibility is the missing ulimit command (see #280).
The text was updated successfully, but these errors were encountered:
Oils v0.21.0 (commit cc2f683):
From
man bash
:Bash scripts that use
exec -a
will fail.Another
bash
incompatibility is the missingulimit
command (see #280).The text was updated successfully, but these errors were encountered: