Your message dated Fri, 23 Jan 2015 12:16:42 +0200
with message-id <[email protected]>
and subject line closing
has caused the Debian Bug report #504804,
regarding --file=~/.some_file give error
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
504804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504804
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grep
Version: 2.5.1.ds2-6
Severity: normal

Hello Maintainer,

if I use a ~ for the ${HOME} then it output an error if I use

   grep --file=~/.some_file

and the following is recognized

   grep --file ~/.some_file
or
   grep --file=${HOME}/.some_file

this is definitively an error in grep, since

   --some-option=~

is working on other programs fine.


[michelle.konzack@samba3:~] echo "[email protected]" |grep --ignore-case 
--file=~/.tdtools-procmail/PRI_linux.FLT_reply_to.tags
grep: ~/.tdtools-procmail/PRI_linux.FLT_reply_to.tags: Datei oder Verzeichnis 
nicht gefunden
[michelle.konzack@samba3:~] echo "[email protected]" |grep --ignore-case --file 
~/.tdtools-procmail/PRI_linux.FLT_reply_to.tags
[email protected]


Note: I have ancountered this error on "Sarge" and "Etch"  but  have  no
Testing/Unstable to check it there...

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


--- End Message ---
--- Begin Message ---
These both commands work in 2.12-2 version.

    --file=<some_file>
    --file <some_file>

--
Henri Salo

--- End Message ---

Reply via email to