Syntax error in cmd_continue line 372: unexpected token '&&' #189
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
cmd_continue has a syntax error on line 372:
The
&puts the command in background and returns immediately, then&& disownruns as a separate statement - but&&expects a command on the left side.Fix
Wrap the nohup command in a subshell: