summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-06-28 16:25:19 -0400
committerDJ Delorie <dj@delorie.com>2012-06-28 16:25:19 -0400
commitfe297468611eecdbc52d6dd9256284d572d1009b (patch)
tree8fb2907e3adbc694d2447ec5d55b22b3474c99fb
parent989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea (diff)
downloadbootstrap-fe297468611eecdbc52d6dd9256284d572d1009b.tar.gz
bootstrap-fe297468611eecdbc52d6dd9256284d572d1009b.tar.xz
bootstrap-fe297468611eecdbc52d6dd9256284d572d1009b.zip
Remove unneeded commands
Some mkdir/path commands were cut-n-pasted from stage1, but they do nothing in stage2 so remove them
-rwxr-xr-xstage24
1 files changed, 0 insertions, 4 deletions
diff --git a/stage2 b/stage2
index b249576..32f19a7 100755
--- a/stage2
+++ b/stage2
@@ -112,12 +112,8 @@ mkdirp()
test -d $1 || mkdir -p $1
}
-mkdirp $ROOTFS
-mkdirp $PREFIX
mkdirp $BUILDDIR
-export PATH=$PREFIX/bin:$PATH
-
go()
{
"$0" "$@"