Imported Upstream version 1.6.1 upstream/1.6.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 25 Oct 2021 01:40:50 +0000 (10:40 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 25 Oct 2021 01:40:50 +0000 (10:40 +0900)
CHANGES
Makefile.inc/VERSION
fdupes.c

diff --git a/CHANGES b/CHANGES
index ac5e16b..59ff4fa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ who contributed the patch or idea appears first, followed by
 those who've otherwise worked on that item. For a list of 
 contributors names and identifiers please see the CONTRIBUTORS file.
 
+Changes from 1.6.0 to 1.6.1:
+
+- Fix 'invalid option' error for -I. [AL]
 
 Changes from 1.51 to 1.6.0:
 
index 8ce3f9d..96e4df5 100644 (file)
@@ -2,4 +2,4 @@
 # VERSION determines the program's version number.
 #
 
-VERSION = 1.6.0
+VERSION = 1.6.1
index db22010..ef64c45 100644 (file)
--- a/fdupes.c
+++ b/fdupes.c
@@ -1100,7 +1100,7 @@ int main(int argc, char **argv) {
 
   oldargv = cloneargs(argc, argv);
 
-  while ((opt = GETOPT(argc, argv, "frRq1SsHlnAdvhNmpo:i"
+  while ((opt = GETOPT(argc, argv, "frRq1SsHlnAdvhNImpo:i"
 #ifndef OMIT_GETOPT_LONG
           , long_options, NULL
 #endif