aboutsummaryrefslogtreecommitdiffstats
path: root/README-what-to-download.txt
diff options
context:
space:
mode:
authorThorsten Schöning <tschoening@users.noreply.github.com>2015-11-23 10:50:10 +0100
committerJay Berkenbilt <ejb@ql.org>2016-01-24 17:52:09 +0100
commitadbaa54ad43ffb3fd436704d621fe0df9562987b (patch)
tree88cf9bad218d89eca6449c6a4f674010220972d8 /README-what-to-download.txt
parent951dbc3b7f58c4718514650130fbe7c543b68e4d (diff)
downloadqpdf-adbaa54ad43ffb3fd436704d621fe0df9562987b.tar.zst
Fix non-portable use of /dev/null
/dev/null is not portable, so use File::Spec instead, which provides portable "paths" and especially "nul" on Windows. I changed all places with hard coded /dev/null to be sure, while I think it only is a problem in direct system calls, because the other executed commands go to sh.exe from MSYS which itself should port /dev/null to NUL. The test still pass, so shouldn't have made any harm...
Diffstat (limited to 'README-what-to-download.txt')
0 files changed, 0 insertions, 0 deletions