qubes-linux-template-builder/builder_fix_filenames
Marek Marczykowski-Górecki 5166ca5388 Simplify template name processing
Remove redundant function, move to separate file and load only this file
when only template name is needed. This way a lot less code gets loaded
on every make call.
2015-01-30 04:10:43 +01:00

10 lines
203 B
Bash
Executable File

#!/bin/bash
# Check template name length and fix if not under 32 characters
# Return the result
. ./functions-name.sh > /dev/null
# Check for custom template name
templateNameDist "${TEMPLATE_NAME}"