Tweak print msg (#3147)

Add newline
Fix grammatical error
This commit is contained in:
searlmc1
2023-02-08 15:10:22 -05:00
committed by GitHub
parent 0a20904eb6
commit 58008d8f65
+1 -1
View File
@@ -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);
}
}