aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xreleng/dobuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/dobuild.sh b/releng/dobuild.sh
index eeba8a5..0fbb979 100755
--- a/releng/dobuild.sh
+++ b/releng/dobuild.sh
@@ -15,6 +15,6 @@ printf "Running prebuild..."
15cd build 15cd build
16mono bin/Prebuild.exe /target nant 16mono bin/Prebuild.exe /target nant
17 17
18print "Doing the build..." 18printf "Doing the build..."
19nant 19nant
20 20