File: superformat-env_variables.patch

package info (click to toggle)
fdutils 5.5-20060227-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,472 kB
  • ctags: 1,142
  • sloc: ansic: 6,291; sh: 3,082; makefile: 251; sed: 4
file content (22 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Subject: [superformat] Inactivate setting of variables out of environment
Author: Anthony Fok <foka@gpu.srv.ualberta.ca>
Bug-Debian: http://bugs.debian.org/12166
Last-Update: 2010-05-12
--- a/src/enh_options.c
+++ b/src/enh_options.c
@@ -529,6 +529,7 @@
 	
 
 	/* setting of variables out of environment */
+/* Commented out on 1998-08-28 by AF, Re: Debian Bug#12166
 	for( option_index=0; option_index<length; option_index++){
 		if ( !my_xopts[option_index] ){
 			s=getenv(eo[option_index].longo);
@@ -540,6 +541,7 @@
 			}
 		}
 	}
+*/
 	if ( ret ){
 		print_usage(argv[0], eo, userparams);
 		return '?';