libreccm-legacy/tools-legacy/scripts/bin/interpolate.sh

9 lines
218 B
Bash
Executable File

#!/bin/sh
#
# Interpolate a file with the usual package variables
perl -T $CCM_SCRIPTS_HOME/bin/interpolate.pl PACKAGE=$CCM_PACKAGE PRETTYNAME='$CCM_PRETTYNAME' VERSION=$CCM_VERSION RELEASE=$CCM_RELEASE "$@"
exit 0