diff options
Diffstat (limited to 'tools/kvm-xxx')
-rwxr-xr-x | tools/kvm-xxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kvm-xxx b/tools/kvm-xxx index 6b9e0e7..0cfe7e6 100755 --- a/tools/kvm-xxx +++ b/tools/kvm-xxx @@ -65,7 +65,7 @@ if [[ ! -d .git ]]; then fatal "must be in the root directory of the repo" fi -gmake clean +make clean if ! git checkout master > /dev/null 2>&1 ; then fatal "could not checkout master" |