summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-29 03:23:40 +0000
committerfukachan <fukachan>2001-01-29 03:23:40 +0000
commit221ff1e67b47a843c3f5209803da0daa35506f3b (patch)
tree86be1b39cc70c0b5fb1bd55ebf50b5579f605c3e /fml/bin
parentca156738372f54ede02d3d4312a1dd866352f59d (diff)
downloadfml8-221ff1e67b47a843c3f5209803da0daa35506f3b.tar.gz
fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.tar.bz2
fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.zip
rename libexec/fml libexec/process_switch
Diffstat (limited to 'fml/bin')
-rwxr-xr-xfml/bin/show_modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/bin/show_modules.sh b/fml/bin/show_modules.sh
index ce682495..c95c6532 100755
--- a/fml/bin/show_modules.sh
+++ b/fml/bin/show_modules.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-for x in libexec/fml.pl FML/*pm
+for x in libexec/[a-z]* FML/*pm
do
sed '/=head1/,/=cut/d' $x |less
done