commit 65d2ef97c0eab66ec81fae4f29396b6a2b06ab81 parent eb3ee68f290862cd293a318fd1f34d2a3d525c43 Author: sin <sin@2f30.org> Date: Tue, 17 Jun 2014 19:29:51 +0100 Dump cd - to /dev/null Diffstat:
M | misc/install-morpheus | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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