diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-02-14 00:03:46 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-02-14 00:03:46 -0700 |
commit | 3e7dc576934acb935fd67b6b3d909aca216c5dec (patch) | |
tree | e2754c1283b857232f6d5f5106565f84a4dfcfba | |
parent | 736c58067064a421f732dae118fde811b50b8aa6 (diff) | |
parent | 23e7c21f5ff1651f7a1459edce15716807997d90 (diff) | |
download | servo-3e7dc576934acb935fd67b6b3d909aca216c5dec.tar.gz servo-3e7dc576934acb935fd67b6b3d909aca216c5dec.zip |
auto merge of #4929 : storedbox/servo/patch-1, r=saneyuki
When a path is passed to the `pushd` command, bash will push your _current_ directory to the top of the stack and then `cd` to whatever location you provided. There is no need to use two separate commands.
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 93f8633131d..d7b7341ecc2 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \ freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \ fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \ rpm-build openssl-devel cmake bzip2-devel libXcursor-devel -pushd . -cd /tmp +pushd /tmp wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec rpmbuild -bb msttcorefonts-2.5-1.spec sudo yum install $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm |