From owner-freebsd-current Tue Dec 14 5:53: 3 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id BBB651512F for ; Tue, 14 Dec 1999 05:53:00 -0800 (PST) (envelope-from freebsd-current@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id OAA26224 for current@FreeBSD.org; Tue, 14 Dec 1999 14:48:56 +0100 (CET) (envelope-from freebsd-current@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for current@FreeBSD.org (current@FreeBSD.org) To: current@FreeBSD.org Date: Tue, 14 Dec 1999 14:48:51 +0100 From: Marcel Moolenaar Message-ID: <38564AC3.B7ADD3AE@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Broken sh(1): A more specific example Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just try: #!/bin/sh PATH=/usr/obj/usr/src/i386/bin:/usr/obj/usr/src/i386/usr/bin:\ /usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin:\ /usr/games:/usr/local/bin:/usr/X11R6/bin:/home/marcel/bin ls ls I get: scones% ./y.sh COPYRIGHT etc share CVS games sys Makefile gnu tools Makefile.inc0 include update.out Makefile.inc1 kerberosIV usr.bin Makefile.upgrade lib usr.sbin README libexec x.out UPDATING make.out x.sh bin mkrelease y.sh contrib release y.sh~ crypto sbin diff.out secure ./y.sh: ls: not found I somehow think it has something to do with the size of the new PATH variable... -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message