]> code.ossystems Code Review - openembedded-core.git/commit
create-pull-request: cleanup bashisms
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 12 Aug 2015 09:33:31 +0000 (12:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 08:23:27 +0000 (09:23 +0100)
commitb5c77a94b97b316b7ea075841d18b73e6dccbf2d
tree27cbedeef3f9e0abb61eddd93e907f9e8f45454b
parentaddc26fb193d3fd259f10aaaae3b0de2f21c81f5
create-pull-request: cleanup bashisms

Made create-pull-request POSIX compatible:
   - Replaced /bin/bash -> /bin/sh in shebang.
   - Replaced usage of pushd/popd with generic shell commands.
   - Tested on zsh and dash.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/create-pull-request