Commit b80d378c authored by Franco Fichtner's avatar Franco Fichtner

firmware: zap newline on previous

parent b5c7f232
......@@ -1386,7 +1386,7 @@ function system_firmware_configure()
case 'libressl':
case 'latest':
/* if this is known flavour we treat it with ABI prefix */
$osabi = file_get_contents('/usr/local/opnsense/version/opnsense.abi') . '/';
$osabi = trim(file_get_contents('/usr/local/opnsense/version/opnsense.abi')) . '/';
break;
default:
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment