diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-11-08 21:15:49 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-11-08 21:15:49 -0500 |
commit | a07857a31f0ac2f684a52f206c3b1af8651413b1 (patch) | |
tree | 416925f996df3ca25ea5918f7276ca4d6f38e7bd /bin/sisu-epub | |
parent | debian/changelog (4.2.11-1) (diff) | |
parent | v4 v5: bin/sisu-* (diff) |
Merge tag 'sisu_4.2.12' into debian/sid
SiSU 4.2.12
Diffstat (limited to 'bin/sisu-epub')
-rw-r--r-- | bin/sisu-epub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sisu-epub b/bin/sisu-epub index 9c57f955..2c7efc38 100644 --- a/bin/sisu-epub +++ b/bin/sisu-epub @@ -1,2 +1,2 @@ #!/bin/sh -sisu -e ${@} +sisu --epub ${@} |