From owner-cvs-all Sun Oct 11 23:35:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12981 for cvs-all-outgoing; Sun, 11 Oct 1998 23:35:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12970; Sun, 11 Oct 1998 23:35:35 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.9.1/8.9.1) with ESMTP id XAA26486; Sun, 11 Oct 1998 23:35:23 -0700 (PDT) (envelope-from jdp) Message-Id: <199810120635.XAA26486@austin.polstra.com> To: markm@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc In-Reply-To: <199810120600.XAA25464@freefall.freebsd.org> References: <199810120600.XAA25464@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Sun, 11 Oct 1998 23:35:23 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > markm 1998/10/11 23:00:31 PDT > > Modified files: > gnu/usr.bin/perl Makefile.inc > Log: > Damn - dirname(1) is not available this early. Work-around. FWIW, you can get the same effect in the shell with "${foo%/*}": vashon$ sh $ foo=/usr/src/gnu/usr.bin/Makefile $ echo ${foo%/*} /usr/src/gnu/usr.bin John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message