Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Peng Yu Newsgroups: gnu.bash.bug Subject: bug in dirname loadable? Date: Mon, 24 Dec 2018 21:35:00 -0600 Lines: 13 Approved: bug-bash@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1545708917 2725 208.118.235.17 (25 Dec 2018 03:35:17 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0XuWq++NM7H5KUohvb2hC/dR0A3AdSuv8VeLk5Q+xq0=; b=Qo/NaA7jngY1c8HGf1uKavCthwLjy+NKQJNgYKGEMWIWNIOZBdgcgO28m64206iA04 sSTvbhVG2JbE/A8dCWqHbBdsLfMh53LdZr6FEVpU/xXRQGQVSYAIEOtmbgyHon9sUUJ+ ASuhImGXyWX/3qrtXSlZzsI1UJ4LU0DkGfN9I+lG7qw6XqTI69+TOxL56MMeLAKhcEnV 6EIfMu+JVu67oLgWwNLIuj/PecSrdT+13wgYCwC8zPKMpyV6PNuBI6FswQVAJbQNnkhc z3YIY6VWDx0RgW86oTqUnW7kQirmIJ1DzJDfM6bYo00X602SbrNSrQ1WI9OGU4ZpP1tl VX4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0XuWq++NM7H5KUohvb2hC/dR0A3AdSuv8VeLk5Q+xq0=; b=d6JTTPjIBxbu3kcg6phRgUzVJBvl6u1A+99tE10691Ez6cJmLxXHkc/toEBneg2Sbe SpCp3AM9pMiDp3xyLeQxThhU6ybm+Qrq7wrt2dciRtiP3hdbRUjFb4twGNWBRB7hY/SP xpPQMfm0IWV3yl1APksSrw4rDVgvEKYLlk7GrMUBncks02SzJGahHMt6WncMKj7YklIQ PI2sU6wFnKEGGEYaO+PtYbJuU5J7F1fTlIRMo7aqXW0Jvk/U3Ij9dLBbTklwHORtX/OA W3em0RoOQjJpdFNiKLiETlQmf0Jt62DZmDWzyNoqgvlpgCE+S219V0uvTcEAO2wmO/0g hBRQ== X-Gm-Message-State: AA+aEWYVU7e+UsN5C6/+QU8ETGF/vlJNnhp5H4uY3LlVgkgsfe/L/mi8 w6a0Bt7Z4ZwaWNjAVvtpwJx/xl0nJkfagz4GLnBUYcbE X-Google-Smtp-Source: AFSGD/W6j5l1FaC4DmXZRgJHDYElB5cGpd7ZtZdP6yY46YrXBUFW2KfNMIRnVccRRTxq+SEf9/aaF6J85t/swm3mDgg= X-Received: by 2002:a24:648f:: with SMTP id t137mr9279448itc.176.1545708912953; Mon, 24 Dec 2018 19:35:12 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::134 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14948 dirname loadable gives the following error. I think the coreutils' direname's convention is better. Should it be considered as a bug to fix? $ dirname -- -a dirname: usage: dirname string $(type -P dirname) -- -a . -- Regards, Peng