##// END OF EJS Templates
scripts/validate-commits: use direct /bin/bash interpreter...
Thomas De Schampheleire -
r7789:37ac2ac0 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 #!/usr/bin/env bash
1 #!/bin/bash
2 # Validate the specified commits against test suite and other checks.
2 # Validate the specified commits against test suite and other checks.
3
3
4 if [ -n "$VIRTUAL_ENV" ]; then
4 if [ -n "$VIRTUAL_ENV" ]; then
General Comments 0
You need to be logged in to leave comments. Login now