maint: move new NEWS entry into block for upcoming release
[debian/gzip] / zcmp.in
diff --git a/zcmp.in b/zcmp.in
index a3c42ee41542f8b19f0746ec6ebb16a9f8a7a997..ed547d3cc4b86c997e19caa0a17a5d8e4ffb84ed 100644 (file)
--- a/zcmp.in
+++ b/zcmp.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Compare the uncompressed contents of compressed files, byte by byte.
 
-# Copyright (C) 2007, 2010-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2014 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -48,4 +48,4 @@ case $1 in
 --version) echo "$version" || st=2; exit $st;;
 esac
 
-exec zdiff --__cmp "$@"
+exec zdiff --__bindir "$bindir" --__cmp "$@"