diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-21 15:09:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-21 15:09:17 +0000 |
commit | 918c8de379d2bae26b1d3e9cf870a5ffa564c4b5 (patch) | |
tree | 413c76fb882b08f820d7bffc121ccae5da04e526 /tools/simplify-drakx-modules | |
parent | e4b3dfd157601c60306c3c4e185adb5469ff8e74 (diff) | |
download | drakx-918c8de379d2bae26b1d3e9cf870a5ffa564c4b5.tar drakx-918c8de379d2bae26b1d3e9cf870a5ffa564c4b5.tar.gz drakx-918c8de379d2bae26b1d3e9cf870a5ffa564c4b5.tar.bz2 drakx-918c8de379d2bae26b1d3e9cf870a5ffa564c4b5.tar.xz drakx-918c8de379d2bae26b1d3e9cf870a5ffa564c4b5.zip |
add some scripts used in perl-install/Makefile and rescue/make_rescue_img
Diffstat (limited to 'tools/simplify-drakx-modules')
-rwxr-xr-x | tools/simplify-drakx-modules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/simplify-drakx-modules b/tools/simplify-drakx-modules new file mode 100755 index 000000000..9276a64dd --- /dev/null +++ b/tools/simplify-drakx-modules @@ -0,0 +1,3 @@ +#!/usr/bin/perl -pi + +s/^\s*use\s+(diagnostics|strict|vars|warnings).*//g |