add missing space.
authorRobin Gareus <robin@gareus.org>
Sat, 26 Sep 2015 18:29:45 +0000 (20:29 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 26 Sep 2015 18:29:45 +0000 (20:29 +0200)
tools/linux_packaging/build

index eeef42f1297228e53ff5e867e59745e9fbf5e70a..8550f4fce0ae3162c59cd718912e4abf57910158 100755 (executable)
@@ -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"