summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a51da1b8..9496f009 100755
--- a/build.sh
+++ b/build.sh
@@ -22,8 +22,8 @@ function clean {
}
function rebuild {
- build $1 $2 $3
clean $1 $2
+ build $1 $2 $3
}
function printhelp {