diff options
Diffstat (limited to 'gitbase/pip_install')
| -rw-r--r-- | gitbase/pip_install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitbase/pip_install b/gitbase/pip_install index 07a6374..a30059d 100644 --- a/gitbase/pip_install +++ b/gitbase/pip_install @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh while read oldrev newrev refname; do if [[ $refname =~ .*/master$ ]]; then # definitely updating master; |
