Properly log as binary

This commit is contained in:
mboelen 2014-11-25 14:21:23 +01:00
parent b9c7a2857e
commit ccf849f214
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
if [ ${SYMLINK} -eq 0 ]; then
logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})"
else
logtext "Binary: ${GCCBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
logtext "Binary: ${ASBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
fi
if [ ${FileIsWorldExecutable} = "TRUE" ]; then
AddHP 2 3