Uses new-style copyright notices and improves consistency a bit. Removes the old KATE_MODELINE stuff.
10 lines
169 B
Bash
10 lines
169 B
Bash
if [ $# -ne 0 ]
|
|
then
|
|
print_failure "Too many arguments. None required for this module."
|
|
exit 1
|
|
fi
|
|
|
|
do_parameter_subst
|
|
true
|
|
|
|
# vim: syntax=sh:expandtab:ts=4:sw=4
|