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 '?';
|