Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 1994 17:29:27 -0800
From:      "Jordan K. Hubbard" <jkh>
To:        cvs-bin, CVS-commiters
Subject:   cvs commit: src/bin/sh cd.c
Message-ID:  <199411060129.RAA29208@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help

jkh         94/11/05 17:29:27

  Modified:    bin/sh   cd.c
  Log:
  Get this braindead, mongoloid shell look in /stand for pwd if it can't
  find it in /bin.  This is something of a kludge, I know, but consider
  my limited alternatives:  I can't make this an execvp() without making
  people scream that I introduced a failure point or slowed down pwd,
  and I can't make it an optional macro since crunch doesn't let you pass
  arbitrary command-line args to the build of one of its crunch-ees.
  This is the simplest, if not the nicest looking, solution I could come up
  with.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199411060129.RAA29208>