13
0

add missing space.

This commit is contained in:
Robin Gareus 2015-09-26 20:29:45 +02:00
parent 1ef17e5813
commit 44013380e7

View File

@ -662,7 +662,7 @@ chmod a+x stage2.run
# gcc4/5 ABI test tool
if [ -e $BUILD_ROOT/tools/gccabicheck/gcc-glibmm-abi-check]; then
if [ -e $BUILD_ROOT/tools/gccabicheck/gcc-glibmm-abi-check ]; then
cp $BUILD_ROOT/tools/gccabicheck/gcc-glibmm-abi-check $APPBIN
else
echo "!!!ERROR !!! gcc-glibmm-abi-check program is missing. packager will exit without being complete"