diff options
Diffstat (limited to 'bar.sh')
-rwxr-xr-x | bar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |