aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-02 01:45:44 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-02 01:45:44 +1000
commite2ebc0e443d773fc0bc2cb0958bc3cf721717969 (patch)
treea651ea6961af61869fcd1ac3b2cf2a77e5c12da3
parent8ff66e718c1483c92c36e3ec8ba2d5423b191dd7 (diff)
Set version to 1.17.0, disable fishd optimization patch.
darcs-hash:20051201154544-ac50b-9b0f5502659d9f1facc04e4fd6a0b7287b197f2d.gz
-rw-r--r--configure.ac2
-rw-r--r--fish.spec.in3
-rw-r--r--parser.c4
3 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 57fbdb84..42ce3292 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/fish.spec.in b/fish.spec.in
index 1b8ea909..34074e7f 100644
--- a/fish.spec.in
+++ b/fish.spec.in
@@ -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
diff --git a/parser.c b/parser.c
index 5e0cd5ad..6ef81d25 100644
--- a/parser.c
+++ b/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 );