Ryan Niebur wrote, Wednesday, July 01, 2009 10:21 AM
On Wed, Jul 01, 2009 at 09:52:00AM +0100, Adam D. Barratt wrote:
> It *does*, but not if the filename being sourced is a single character.

ok. but that's not the only case where it doesn't detect it. the
problem that caused me to make this small test case and file
the bug was like this:

bash jade master ORDB-DebianModules-Generator $ cat test
#!/bin/sh

if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi

That's #528592 ; I can't spot an immediately obvious reason why we haven't applied Raphael's patch yet.

By using something else as your test case when reporting this bug, you have uncovered another issue though, so we should fix both while we're at it.

Adam



--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

Reply via email to