From 65d2ef97c0eab66ec81fae4f29396b6a2b06ab81 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 17 Jun 2014 19:29:51 +0100 Subject: [PATCH] Dump cd - to /dev/null --- misc/install-morpheus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install-morpheus b/misc/install-morpheus index af1f5ca..8e420ce 100755 --- a/misc/install-morpheus +++ b/misc/install-morpheus @@ -30,7 +30,7 @@ vim#7.4.pkg.tgz" git clone git://git.2f30.org/pkgtools cd pkgtools make || ( echo "missing libarchive?" 1>&2 && exit 1 ) -cd - +cd - 1>/dev/null PATH=$(pwd)/pkgtools:$PATH export PATH