Use a more logical naming system.
This commit is contained in:
parent
31e3e08408
commit
50e0fbc594
76 changed files with 115 additions and 0 deletions
11
scripts/build.app.c/instantiate
Normal file
11
scripts/build.app.c/instantiate
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
if [ $# -ne 0 ]
|
||||
then
|
||||
print_failure "Too many arguments. None required for this module."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
do_parameter_subst
|
||||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue