diff options
author | xocel <xocel@iquidus.org> | 2012-12-28 11:18:04 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2012-12-28 11:18:04 +1300 |
commit | 42864a64acd280994b9d8e24d563895c043cbbbf (patch) | |
tree | bb805f43d9bb70e2fd0287043533ef82e8ccce75 /t/prep.pl | |
parent | 42e099515501a9a7b0f3d6eb8697eb044d2ebb52 (diff) | |
parent | cdfb56c6951da7e44a5a11af9ee85a5bab09dd64 (diff) | |
download | sbotools2-42864a64acd280994b9d8e24d563895c043cbbbf.tar.xz |
Merge branch 'xocel'
Diffstat (limited to 't/prep.pl')
-rwxr-xr-x | t/prep.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ for my $thing (qw(interactive compat32 no_readme jobs distclean noclean } print {$write} "my \%locations;\n"; +print {$write} "my \%commands;\n"; print {$write} "my \%options = (nothing => 'to see here');\n"; sub get_subs ($) { |