diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-28 10:07:28 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-28 10:07:28 +0100 |
commit | da3b255175ebcd2177edeb0a8f47dc61b2cf9dc9 (patch) | |
tree | 07658873f0ef63d853435845f68738d3d10fa44c /debian/simple-scan.bug-script | |
parent | a48ceb81fbe0d46421ea37002df97a9b64491ed5 (diff) |
new upstream release, bug #764700, #761292
Diffstat (limited to 'debian/simple-scan.bug-script')
-rw-r--r-- | debian/simple-scan.bug-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/simple-scan.bug-script b/debian/simple-scan.bug-script index 87ce84a..1de7951 100644 --- a/debian/simple-scan.bug-script +++ b/debian/simple-scan.bug-script @@ -1,7 +1,7 @@ #!/bin/bash REPORTBUG_VERSION=$(dpkg-query -f '${source:Version}' -W reportbug) -LOG_FILE = '~/.cache/simple-scan/simple-scan.log' +LOG_FILE='~/.cache/simple-scan/simple-scan.log' # Depending on whether reportbug is new enough, we either write the output of # our various commands to a file and attach them to the report (this needs |