=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== rawtherapee-5.8/UpdateInfo.cmake-83-else(REL_INFO_FILE STREQUAL REL_INFO_FILE-NOTFOUND) rawtherapee-5.8/UpdateInfo.cmake:84: include("${PROJECT_SOURCE_DIR}/ReleaseInfo.cmake") rawtherapee-5.8/UpdateInfo.cmake-85-endif(REL_INFO_FILE STREQUAL REL_INFO_FILE-NOTFOUND) ############################################## rawtherapee-5.8/tools/osx/macosx_bundle.sh-249- ditto -c -k --sequesterRsrc --keepParent "${APP}" "${APP}.zip" rawtherapee-5.8/tools/osx/macosx_bundle.sh:250: uuid=`xcrun altool --notarize-app --primary-bundle-id "com.rawtherapee.rawtherapee" ${NOTARY} --file "${APP}.zip" 2>&1 | grep 'RequestUUID' | awk '{ print $3 }'` rawtherapee-5.8/tools/osx/macosx_bundle.sh-251- echo "Result= $uuid" # Display identifier string ############################################## rawtherapee-5.8/tools/osx/macosx_bundle.sh-254- do rawtherapee-5.8/tools/osx/macosx_bundle.sh:255: fullstatus=`xcrun altool --notarization-info "$uuid" ${NOTARY} 2>&1` # get the status rawtherapee-5.8/tools/osx/macosx_bundle.sh:256: status1=`echo "$fullstatus" | grep 'Status\:' | awk '{ print $2 }'` rawtherapee-5.8/tools/osx/macosx_bundle.sh-257- if [ "$status1" = "success" ]; then ############################################## rawtherapee-5.8/tools/osx/macosx_bundle.sh-308- zip "${dmg_name}.dmg.zip" "${dmg_name}.dmg" rawtherapee-5.8/tools/osx/macosx_bundle.sh:309: uuid=`xcrun altool --notarize-app --primary-bundle-id "com.rawtherapee" ${NOTARY} --file "${dmg_name}.dmg.zip" 2>&1 | grep 'RequestUUID' | awk '{ print $3 }'` rawtherapee-5.8/tools/osx/macosx_bundle.sh-310- echo "dmg Result= $uuid" # Display identifier string ############################################## rawtherapee-5.8/tools/osx/macosx_bundle.sh-313- do rawtherapee-5.8/tools/osx/macosx_bundle.sh:314: fullstatus=`xcrun altool --notarization-info "$uuid" ${NOTARY} 2>&1` # get the status rawtherapee-5.8/tools/osx/macosx_bundle.sh:315: status1=`echo "$fullstatus" | grep 'Status\:' | awk '{ print $2 }'` rawtherapee-5.8/tools/osx/macosx_bundle.sh-316- if [ "$status1" = "success" ]; then