summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Hall <Hallzy.18@gmail.com>2015-10-15 12:51:18 -0700
committerSteven Hall <Hallzy.18@gmail.com>2015-10-15 12:51:18 -0700
commit3aec9621ca391d8ea61df4daddb407a7acf1ecf6 (patch)
tree7d98080ee12ac3073330d6c8f1023c2a037f3a20
parentf29d9440b856c884b3a3046ac1c696433c06f5ae (diff)
downloadgit-sonar-3aec9621ca391d8ea61df4daddb407a7acf1ecf6.tar.gz
git-sonar-3aec9621ca391d8ea61df4daddb407a7acf1ecf6.zip
Removed unnecessary quotes.
-rwxr-xr-xradar-base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/radar-base.sh b/radar-base.sh
index 429fa8f..02b1bb9 100755
--- a/radar-base.sh
+++ b/radar-base.sh
@@ -153,7 +153,7 @@ record_timestamp() {
timestamp() {
if is_repo; then
- printf '%s' "$("$(stat_type)" -c%Z "$(dot_git)/lastupdatetime" 2>/dev/null || printf '%s' "0")"
+ printf '%s' "$($(stat_type) -c%Z "$(dot_git)/lastupdatetime" 2>/dev/null || printf '%s' "0")"
fi
}