Add app.sh module

This commit is contained in:
Laurence Withers 2007-01-31 19:14:25 +00:00
commit 5592da7b80
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,12 @@
if [ $# -ne 0 ]
then
print_failure "Too many arguments. None required for this module."
exit 1
fi
do_parameter_subst
add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4