Not all shells grok a closing ']' of the shell '[' command without surrounding space. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- I didn't go the long way to change all `[ ... ]` into `test ...` git-rebase--interactive.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 579a45e..e0d1326 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -385,7 +385,7 @@ do require_clean_work_tree - if [ ! -z "$2"] + if [ ! -z "$2" ] then git show-ref --verify --quiet "refs/heads/$2" || die "Invalid branchname: $2" -- 1.5.3.rc0 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Robin Lee Powell | NFS hang + umount -f: better behaviour requested. |
git: | |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 18/37] dccp: Support for Mandatory options |
