GNU bug report logs -
#6124
basename/dirname are not POSIX compliant on arg starting with a dash
Previous Next
Reported by: Vincent Lefevre <vincent <at> vinc17.net>
Date: Thu, 6 May 2010 11:36:02 UTC
Severity: normal
Tags: notabug
Merged with 6123
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On 05/06/2010 07:23 AM, Vincent Lefevre wrote:
> If one follows POSIX, the correct way to do it is:
>
> base=$(basename "$path")
>
> and this is robust because the first argument is necessarily the path
> (it cannot be an option, even "--").
POSIX does not forbid applications from adding extension options. And
BSD basename has done just that:
SYNOPSIS
basename string [suffix]
basename [-a] [-s suffix] string [...]
dirname string [...]
And since POSIX allows FreeBSD's extensions to exist (although a
portable script will not use them), it must also require that a portable
app be able to guarantee a way to bypass those extensions (ergo
base=$(basename -- "$path") is a POSIX requirement).
> According to
>
> grep 'basename --' /usr/bin/*
> grep 'basename \$' /usr/bin/*
>
> on my Debian machine, almost all scripts use basename without "--".
> The only exceptions are autoconf (but I'm not sure this counts, as
> there's a test for "basename --" first,
Can you find an actual example of this? I think you read it
incorrectly, as really, autoconf first tests for 'basename -- /', but if
you indeed found an instance of autoconf testing for 'basename --', that
would be a bug in autoconf that needs to be reported to that list.
>> Note solaris behaves like busybox and openbsd behaves like coreutils.
>
> Perhaps they're copying coreutils without looking at what POSIX says.
Or, more likely, perhaps they are independently obeying what POSIX says,
without reference to either coreutils or busybox.
--
Eric Blake eblake <at> redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
This bug report was last modified 14 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.