Skip to content

Commit

Permalink
Merging r257663:
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
r257663 | dimitry | 2016-01-13 11:48:50 -0800 (Wed, 13 Jan 2016) | 4 lines

Remove bashism from merge.sh: POSIX sh does not have the `function`
reserved word, and it is even superfluous in bash, for this particular
instance.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@271772 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tstellarAMD committed Jun 4, 2016
1 parent 949dd37 commit 051e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release/merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rev=""
proj=""
revert="no"

function usage() {
usage() {
echo "usage: `basename $0` [OPTIONS]"
echo " -proj PROJECT The project to merge the result into"
echo " -rev NUM The revision to merge into the project"
Expand Down

0 comments on commit 051e787

Please sign in to comment.