Strip whitespace.

This commit is contained in:
cheatfate 2020-12-02 00:00:28 +02:00 committed by zah
parent 3eab1f77aa
commit f3b8c777a7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const
useInsecureFeatures* = defined(insecure)
gitRevision* = staticExec("git rev-parse --short HEAD")
gitRevision* = strip(staticExec("git rev-parse --short HEAD"))
nimBanner* = staticExec("nim --version | grep -v Compiled")