Your message dated Sun, 26 Mar 2006 21:17:07 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#358200: fixed in fish 1.21.2-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: fish Version: 1.21.1-1 Severity: normal Steps to reproduce: 1) run "fish" Expected results: 1) fish should welcome the user and show a prompt Actual results: 1) fish shows an error message, welcomes the user and shows a prompt: $ fish grep: (while|for|if|function|switch): No such file or directory Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish [EMAIL PROTECTED] ~> strace shows that fish does execve("/bin/grep", ["grep", "-vE", "(while|for|if|function|switch)"], [... "GREP_OPTIONS=97;45" ... ] which is equivalent to grep "97;45" -vE "(while|for|if|function|switch)" Since "97;45" is not a valid option it is parsed as a pattern instead and "(while|for|if|function|switch)" is not parsed as a pattern but filename. The problem can be fixed by not setting errorneous GREP_OPTIONS: --- /usr/share/fish/functions/grep.fish.orig 2006-03-21 20:08:16.000000000 +0200 +++ /usr/share/fish/functions/grep.fish 2006-03-21 20:08:24.000000000 +0200 @@ -6,8 +6,5 @@ if not set -q GREP_COLOR set -gx GREP_COLOR '97;45' end - if not set -q GREP_OPTIONS - set -gx GREP_OPTIONS '97;45' - end end -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.29sauna Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1) Versions of packages fish depends on: ii bc 1.06-19 The GNU bc arbitrary precision cal ii libc6 2.3.6-3 GNU C Library: Shared libraries an ii libncurses5 5.5-1 Shared libraries for terminal hand Versions of packages fish recommends: pn xsel <none> (no description available) -- no debconf information
--- End Message ---
--- Begin Message ---Source: fish Source-Version: 1.21.2-1 We believe that the bug you reported is fixed in the latest version of fish, which is due to be installed in the Debian FTP archive: fish_1.21.2-1.diff.gz to pool/main/f/fish/fish_1.21.2-1.diff.gz fish_1.21.2-1.dsc to pool/main/f/fish/fish_1.21.2-1.dsc fish_1.21.2-1_i386.deb to pool/main/f/fish/fish_1.21.2-1_i386.deb fish_1.21.2.orig.tar.gz to pool/main/f/fish/fish_1.21.2.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. James Vega <[EMAIL PROTECTED]> (supplier of updated fish package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 26 Mar 2006 19:20:17 -0500 Source: fish Binary: fish Architecture: source i386 Version: 1.21.2-1 Distribution: unstable Urgency: low Maintainer: James Vega <[EMAIL PROTECTED]> Changed-By: James Vega <[EMAIL PROTECTED]> Description: fish - a friendly interactive shell Closes: 358200 Changes: fish (1.21.2-1) unstable; urgency=low . * New upstream release * debian/patches: + Fix invalid GREP_OPTIONS environment variable. (closes: #358200) + Remove 01backslash_escape.diff, was pulled from upstream for a bug that's fixed in this release. + Remove 00clean.diff, applied upstream. * Add completion for dupload(1). * debian/copyright: + Reorganize the license information. + Include direct copies of license headers from source files. Files: aa6ae0b736748ae4d751c42820aafa17 657 shells optional fish_1.21.2-1.dsc 93d9b75c1fbfc136dd7765bbcfc1dee7 691041 shells optional fish_1.21.2.orig.tar.gz df94df0cf62698382cdb067d48897fae 6843 shells optional fish_1.21.2-1.diff.gz 366d302fedd0f678592c015a6c298304 500036 shells optional fish_1.21.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iEYEARECAAYFAkQnc1IACgkQDb3UpmEybUDq1QCePnbHu5OfbEr7ka52iIbRd947 wq4An02AWjfhOEGWfuTbWIU9dDLodkDc =CRsu -----END PGP SIGNATURE-----
--- End Message ---

