Quote all `${t}.tmp.fsv' - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and… | |
hg clone https://bitbucket.org/iamleot/csvtofsv | |
Log | |
Files | |
Refs | |
README | |
--- | |
changeset 67c8b7bbc8b8eaaf97ef33026563b243339b8ee8 | |
parent e914847adc8fdbb923f91d3256384ef617b6cf73 | |
Author: Leonardo Taccari <[email protected]> | |
Date: Tue, 25 Jun 2019 23:49:25 | |
Quote all `${t}.tmp.fsv' | |
Diffstat: | |
t/Makefile | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
--- | |
diff -r e914847adc8f -r 67c8b7bbc8b8 t/Makefile | |
--- a/t/Makefile Tue Jun 25 23:46:59 2019 +0200 | |
+++ b/t/Makefile Tue Jun 25 23:49:25 2019 +0200 | |
@@ -4,7 +4,7 @@ | |
clean: | |
.for t in ${TESTS} | |
- rm -f ${t}.tmp.fsv | |
+ rm -f "${t}.tmp.fsv" | |
.endfor | |
check: |