diff --git a/releng/releng_cxx b/releng/releng_cxx index 6be7e6c5..7b24674d 100755 --- a/releng/releng_cxx +++ b/releng/releng_cxx @@ -80,7 +80,7 @@ fi # if test -f "${SAMPLE_CODE_DIR}"/*.cpp; then for SMPL in `ls "${SAMPLE_CODE_DIR}"/*.cpp`; do CMD_CPL="${CC} -I../ -L ../libisoburn/.libs/ -lisoburn -o ${SMPL}.obj ${SMPL}" - printf "\n${SELF}: ${CMD_CPL}\n" + printf "${SELF}: ${CMD_CPL}\n" set +e ${CMD_CPL} RET_CPL="$?"