mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Set version to 1.17.0, disable fishd optimization patch.
darcs-hash:20051201154544-ac50b-9b0f5502659d9f1facc04e4fd6a0b7287b197f2d.gz
This commit is contained in:
4
parser.c
4
parser.c
@@ -1763,8 +1763,8 @@ static void eval_job( tokenizer *tok )
|
||||
if(!skip )
|
||||
{
|
||||
int was_builtin = 0;
|
||||
if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
|
||||
was_builtin = 1;
|
||||
// if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
|
||||
// was_builtin = 1;
|
||||
|
||||
exec( j );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user