diff options
-rwxr-xr-x | scripts/update-rcconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-rcconf b/scripts/update-rcconf index fc0518ec8..4e32b3040 100755 --- a/scripts/update-rcconf +++ b/scripts/update-rcconf @@ -7,7 +7,7 @@ topdir=$(readlink -nf $(dirname $0)/.. 2>/dev/null || (cd $(dirname $0)/..; pwd suffix=${ADK_TARGET_SYSTEM} if [ ! -z ${ADK_TARGET_ENDIAN_SUFFIX} ];then - suffix=${suffix}_${ADK_TARGET_ENDIAN_SUFFIX} + suffix=${suffix}${ADK_TARGET_ENDIAN_SUFFIX} fi if [ ! -z ${ADK_TARGET_LIBC} ];then suffix=${suffix}_${ADK_TARGET_LIBC} |