Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/stand seems like a ``cd .'' is necessary in...



details:   https://anonhg.NetBSD.org/src/rev/fd1b77e6b986
branches:  trunk
changeset: 526718:fd1b77e6b986
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu May 09 07:18:46 2002 +0000

description:
seems like a ``cd .'' is necessary in non-interactive shell
to get PWD set in /bin/sh

XXX this should really be converted to Makefile, and avoid non-intree
XXX tools like zip

diffstat:

 sys/arch/acorn32/stand/export-BtNetBSD |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b32f5f151c8b -r fd1b77e6b986 sys/arch/acorn32/stand/export-BtNetBSD
--- a/sys/arch/acorn32/stand/export-BtNetBSD    Thu May 09 07:14:37 2002 +0000
+++ b/sys/arch/acorn32/stand/export-BtNetBSD    Thu May 09 07:18:46 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: export-BtNetBSD,v 1.4 2002/02/15 21:49:40 reinoud Exp $
+# $NetBSD: export-BtNetBSD,v 1.5 2002/05/09 07:18:46 jdolecek Exp $
 #
 # creates all binary files from the uue files from the source tree
 # to be run in the directory next to the directory BtNetBSD
@@ -8,6 +8,7 @@
 
 
 # remember our current directory
+cd .
 export CURDIR=${PWD}
 
 # first make sure no old BtNetBSD is around



Home | Main Index | Thread Index | Old Index