changeset 734:e4d0f89d4ddc

more cleanup; still aint work
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Feb 2015 14:55:04 -0800
parents aedba894203a
children 581436742074
files bin/antixls.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/antixls.sh	Tue Feb 03 14:51:27 2015 -0800
+++ b/bin/antixls.sh	Tue Feb 03 14:55:04 2015 -0800
@@ -8,7 +8,7 @@
 for i in "$@";
 do
     OUTPUT=${i%.xls}.txt;
-    $SSCONVERT -I Gnumeric_Excel:excel -T Gnumeric_stf:stf_csv "$i" "$OUTPUT" 2>/dev/null;
+    ${SSCONVERT} -I Gnumeric_Excel:excel -T Gnumeric_stf:stf_csv "$i" "$OUTPUT" 2>/dev/null;
     cat "$OUTPUT";
 done