Browse Source

x230: build.sh: use clean-slate option instead of deleting manually

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
de514500b6
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      x230/build.sh

+ 1
- 2
x230/build.sh View File

@ -1,4 +1,3 @@
#!/bin/bash
rm -rf build
cd ..
./build.sh -c $(ls -1 x230/config-* | cut -c 13-22) x230
./build.sh --clean-slate --commit $(ls -1 x230/config-* | cut -c 13-22) x230

Loading…
Cancel
Save