summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2006-10-11 21:46:53 +0000
committerjulian <julian@FreeBSD.org>2006-10-11 21:46:53 +0000
commit680b3eb932188aa1910caa80b3f3b613d756eace (patch)
tree66e1d42d8cc9a66b90cdf94b36ad8525c90f1a09
parent4104af01257f14234767300a8f2bab46677ec662 (diff)
downloadFreeBSD-src-680b3eb932188aa1910caa80b3f3b613d756eace.zip
FreeBSD-src-680b3eb932188aa1910caa80b3f3b613d756eace.tar.gz
Might as well move to the right place if we are not there.
The whole question of how much to rely on teh sources being in /usr/src needs visiting.
-rwxr-xr-xtools/tools/tinybsd/tinybsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/tinybsd/tinybsd b/tools/tools/tinybsd/tinybsd
index 933ff24..10660a7 100755
--- a/tools/tools/tinybsd/tinybsd
+++ b/tools/tools/tinybsd/tinybsd
@@ -9,6 +9,8 @@ CURRENTDIR=/usr/src/tools/tools/tinybsd
if [ ! -d $CURRENTDIR ]
then
CURRENTDIR=`pwd`
+else
+ cd $CURRENTDIR
fi
WORKDIR=/usr/obj/tinybsdbuild
KERNCONF=TINYBSD
OpenPOWER on IntegriCloud