Chromium Code Reviews

Side by Side Diff: trunk/tools/depot_tools/git-templates/hooks/applypatch-msg

Issue 21066002: Revert 214177 "Use plain sh instead of bash in the git template ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/tools/depot_tools/git-templates/hooks/post-applypatch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/bash
2 2
3 [ -e "build/git-hooks/applypatch-msg" ] && exec "build/git-hooks/applypatch-msg" "$@" 3 [ -e "build/git-hooks/applypatch-msg" ] && exec bash "build/git-hooks/applypatch -msg" "$@"
4 exit 0
OLDNEW
« no previous file with comments | « no previous file | trunk/tools/depot_tools/git-templates/hooks/post-applypatch » ('j') | no next file with comments »

Powered by Google App Engine