From de514500b62693f57215a07de4df65c287e54d1e Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Mon, 18 Jun 2018 14:36:29 +0200 Subject: [PATCH] x230: build.sh: use clean-slate option instead of deleting manually --- x230/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x230/build.sh b/x230/build.sh index f91b112..1c3b015 100755 --- a/x230/build.sh +++ b/x230/build.sh @@ -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