aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-23 17:46:08 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-23 17:46:56 +0100
commit6048c6e2f06e21ebbe143df422dccd9bb50a3f6f (patch)
treea52a1bc9e7e63dc942d3fb92cf25adcc87af042c /ChangeLog
parent968e7e60b7390e0af4032b30714f1f3e2a1ed9de (diff)
downloadqpdf-6048c6e2f06e21ebbe143df422dccd9bb50a3f6f.tar.zst
Don't crash on @file when file doesn't exist (fixes #265)
When @file is used and file doesn't exist, just treat it as a normal argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 710ac4da..1426a50f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2018-12-23 Jay Berkenbilt <ejb@ql.org>
+ * When specifying @arg on the command line, if the file "arg" does
+ not exist, just treat this is a normal argument. This makes it
+ easier to deal with files whose names start with the @ character.
+ Fixes #265.
+
* Tweak completion so it works with zsh as well using
bashcompinit.