aboutsummaryrefslogtreecommitdiff
path: root/bar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bar.sh')
-rwxr-xr-xbar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bar.sh b/bar.sh
index 1a98bf1..a600381 100755
--- a/bar.sh
+++ b/bar.sh
@@ -47,7 +47,7 @@ run_module()
fi
if [[ "$out" = " " ]]; then
- echo " " > "$OUTPUT_CACHE$module"
+ echo "" > "$OUTPUT_CACHE$module"
elif [[ ! "$out" = "" ]]; then
out="$out$SEPARATOR."
echo "$out" > "$OUTPUT_CACHE$module"