diff options
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 |