Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37744383
en ru br
ALT Linux repos
S:12.3-alt1
5.0: 1.37-alt1
4.1: 1.37-alt1

Group :: Text tools
RPM: jot

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jot-12.1-posix.patch
Download


diff --git a/jot.c b/jot.c
index 2244a32..2767bf0 100644
--- a/jot.c
+++ b/jot.c
@@ -112,7 +112,7 @@ main(int argc, char **argv)
 	 * Cache NLS data, for strerror, for err(3), before entering capability
 	 * mode.
 	 */
-	while ((ch = getopt(argc, argv, "b:cnp:rs:w:")) != -1)
+	while ((ch = getopt(argc, argv, "+b:cnp:rs:w:")) != -1)
 		switch (ch) {
 		case 'b':
 			boring = true;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin