lw-build-system/scripts/build.app.sh/instantiate

13 lines
295 B
Plaintext
Raw Normal View History

2007-01-31 19:14:25 +00:00
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;
2007-08-08 13:03:18 +01:00
# vim: syntax=sh:expandtab:ts=4:sw=4