shithub: openh264

Download patch

ref: 21559a2d7da8e717eeaef5c8f61d576021565b61
parent: 5c6995ca7fbf68c6ca097b113081343a470fa2a0
author: Martin Storsjö <[email protected]>
date: Thu Mar 27 04:57:21 EDT 2014

Remove an unnecessary 'cd' in the mktargets.sh script

There's no need to return to the original directory at the end of
a script - the current working directory within the subshell that
executes the script doesn't affect the working directory in the
calling shell.

--- a/build/mktargets.sh
+++ b/build/mktargets.sh
@@ -11,4 +11,3 @@
 python build/mktargets.py --directory test/decoder --prefix decoder_unittest
 python build/mktargets.py --directory test/api --prefix api_test
 python build/mktargets.py --directory gtest --library gtest --out build/gtest-targets.mk --cpp-suffix .cc --include gtest-all.cc
-cd - >/dev/null 2>&1