SWDEV-299127 - Merge 'develop' into 'amd-staging'

Change-Id: I44cc625a866ccd83aea5a46994f144c2630c4c87
Este commit está contenido en:
Jenkins
2023-02-09 00:10:21 +00:00
+1 -1
Ver fichero
@@ -54,7 +54,7 @@ if ($USE_PERL_SCRIPT) {
#Invoke hipcc.bin
system($HIPCC_BIN, @ARGV);
} else {
print "hipcc.bin not present; Install HIPCC binaries before proceeding";
print "hipcc.bin not present; install HIPCC binaries before proceeding\n";
exit(-1);
}
}