OLD | NEW |
---|---|
1 #!/bin/bash | 1 #!/bin/sh |
2 | 2 |
3 [ -e "build/git-hooks/post-applypatch" ] && exec bash "build/git-hooks/post-appl ypatch" "$@" | 3 [ -e "build/git-hooks/post-applypatch" ] && exec sh "build/git-hooks/post-applyp atch" "$@" |
4 exit 0 | 4 exit 0 |
OLD | NEW |