summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer b/tools/installer
index 9b42f862..6989f7e9 100755
--- a/tools/installer
+++ b/tools/installer
@@ -48,7 +48,7 @@ versions_update()
echo "OPENSLX_VERSION_STRING=\"\${OPENSLX_VERSION_MAJOR}.\${OPENSLX_VERSION_MINOR}.\${OPENSLX_VERSION_RELEASE}\${OPENSLX_VERSION_BUILD}\"" >> VERSIONS
echo "" >> VERSIONS
- echo "OPENSLX_VERSION_BUILD=\"-$VERSION_BUILD\"" >> BUILD
+ echo "OPENSLX_VERSION_BUILD=\"-$VERSION_BUILD\"" > BUILD
}