| Index: git-crup
|
| ===================================================================
|
| --- git-crup (revision 165294)
|
| +++ git-crup (working copy)
|
| @@ -15,6 +15,7 @@
|
| hooks=yes
|
| j=10
|
| crup_runner="crup-runner.sh"
|
| +runhooks="git-runhooks"
|
|
|
| kernel_name=$(uname -s)
|
| if [ "${kernel_name:0:5}" = "MINGW" -o "${kernel_name:0:6}" = "CYGWIN" ]; then
|
| @@ -134,8 +135,7 @@
|
| status=$?
|
|
|
| if [ "$hooks" = "yes" -a "$status" -eq 0 ]; then
|
| - gclient_spec="solutions=[{'name':'src','url':None,'deps_file':'.DEPS.git'}]"
|
| - gclient runhooks --spec="$gclient_spec"
|
| + "$runhooks"
|
| status=$?
|
| fi
|
|
|
|
|