Re: fleacollar.sh made a bad file

Jon LaBadie <[email protected]>
Newsgroups gmane.mail.mutt.user
Message-ID <[email protected]>
On Wed, Feb 19, 2025 at 10:15:42AM -0500, Jude DaShiell wrote:
>I think I know what file has the failure in it on line 17 but don't know why.
>
Assuming this is your line 17
>source "gpg -d ~/.mutt/[email protected]|"

The source command takes a file name, not a shell command.

Perhaps the output of the gpg command would be the filename
you want to source, perhaps you want to use back quotes (`)
rather than double quotes (").  Back quotes are used to
execute a shell command and replace the command line with
the command output.

If you do mean to run the gpg command, replacing the command
with the output, I question the pipe symbol at the end of the
command.  What is gpg piping to?


-- 
Jon H. LaBadie                 [email protected]
  154 Milkweed Dr                 (540) 868-8052 (H)
  Lake Frederick, VA 22630        (703) 935-6720 (M)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.