diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile index d5fff35..c8179b9 100644 --- a/common/libs/func_wrt_Makefile +++ b/common/libs/func_wrt_Makefile @@ -63,7 +63,7 @@ EOF #----------------------------------# get_package_tarball_name() { # #----------------------------------# - local script_name=`echo ${1} | sed -e 's@[0-9]\{1\}-@@'` + local script_name=`echo ${1} | sed -e 's@^[0-9]\{1\}-@@'` # The use of 'head' is necessary to limit the return value to the FIRST match.. # hopefully this will not cause problems.