* Fix auto-updates of RobustToolbox on Windows * Also fix hooks * Upgrade version of hooks in git_helper script
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gitroot=`git rev-parse --show-toplevel`
|
|
|
|
cd "$gitroot/BuildChecker"
|
|
|
|
python3 git_helper.py --quiet
|