Strip whitespace.
This commit is contained in:
parent
3eab1f77aa
commit
f3b8c777a7
|
@ -15,7 +15,7 @@ const
|
||||||
|
|
||||||
useInsecureFeatures* = defined(insecure)
|
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")
|
nimBanner* = staticExec("nim --version | grep -v Compiled")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue