Mercurial > hg > config
comparison bin/antixls.sh @ 732:fc81284013bf
shebang
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 03 Feb 2015 14:48:40 -0800 |
| parents | f3ab51c79813 |
| children | aedba894203a |
comparison
equal
deleted
inserted
replaced
| 731:e56610c5ece2 | 732:fc81284013bf |
|---|---|
| 1 #!/bin/bash | |
| 1 | 2 |
| 2 SSCONVERT=`which ssconvert 2> /dev/null`; | 3 SSCONVERT=`which ssconvert 2> /dev/null`; |
| 3 if [ -z "${SSCONVERT}" ]; then | 4 if [ -z "${SSCONVERT}" ]; then |
| 4 echo "${SSCONVERT} not found. Please install gnumeric."; | 5 echo "${SSCONVERT} not found. Please install gnumeric."; |
| 5 return 1; | 6 return 1; |
