diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-04 09:41:19 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-04 09:41:19 -0500 |
commit | 8634f81f0036c7dc4d37b082912336864eaaa7b8 (patch) | |
tree | 7af30ef54e6739bea44dd34e95ef200df9434aed /t/prep.pl | |
parent | c76fb8cf15685c99ed9a8bb60f0f74fab3c46f98 (diff) | |
download | sbotools2-8634f81f0036c7dc4d37b082912336864eaaa7b8.tar.xz |
back-port of -w force_reqs thing
Diffstat (limited to 't/prep.pl')
-rwxr-xr-x | t/prep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ sub pr ($) { print {$write} "our \$$thing = 1;\n"; } -for my $thing (qw(interactive compat32 no_readme jobs distclean noclean no_install no_reqs)) { +for my $thing (qw(interactive compat32 no_readme jobs distclean noclean no_install no_reqs force force_reqs)) { pr $thing; } |