mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Set version to 1.17.0, disable fishd optimization patch.
darcs-hash:20051201154544-ac50b-9b0f5502659d9f1facc04e4fd6a0b7287b197f2d.gz
This commit is contained in:
parent
8ff66e718c
commit
e2ebc0e443
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(fish,1.16.2,axel@liljencrantz.se)
|
||||
AC_INIT(fish,1.17.0,axel@liljencrantz.se)
|
||||
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
|
|
|
@ -69,6 +69,9 @@ fi
|
|||
%config %_sysconfdir/fish.d/completions/*.fish
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.17.0-0
|
||||
- 1.17.0
|
||||
|
||||
* Sat Sep 24 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.14.0-0
|
||||
- 1.14.0
|
||||
|
||||
|
|
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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue