Replace pushd // popd with cd calls.

Busybox doesn't have a concept of the pushd // popd builtins available in bash and tcsh, so let's convert the calls to cd. This is just something I noticed after executing this test, and I know there are other locations that need to be cleaned up like this in the tree...

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
1 file changed