diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/modify-package-state | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/modify-package-state b/bin/modify-package-state index 9a2c2c7..38e099a 100755 --- a/bin/modify-package-state +++ b/bin/modify-package-state @@ -88,10 +88,10 @@ fi input_file="$1" if ${report}; then - if ! [ -w "${output_file}" ]; then + if ! [ -w "${input_file}" ]; then >&2 printf \ 'Cannot open file "%s" for writing.' \ - "${output_file}" + "${input_file}" exit 2 fi move_output() { |