Run "git status" in backticks (buildtools, 2d25c8b)

As mentioned in the last commit (06d81f7), it's simpler just to run "git status" from backticks seeing as it always seems to return a non-zero exit status; running it through the "command" method is an unnecessary complication.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Set up Git-based build number versioning (WOCommon, 97d7a32)
Use "git status" to detect unclean working copies (buildtools, 06d81f7) →

All snippets