Skip to content

Commit

Permalink
Merge pull request #3193 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
boot: fix typo
  • Loading branch information
AuxXxilium authored Aug 26, 2024
2 parents 4bece2e + ac792be commit 329942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initrd/opt/arc/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ echo -e "\033[1;37mDSM:\033[0m"
echo -e "Model: \033[1;37m${MODELID:-${MODEL}}\033[0m"
echo -e "Platform: \033[1;37m${PLATFORM}\033[0m"
if [ -n "${NANOVER}" ]; then
echo -e "Version: \033[1;37m${PRODUCTVER}.${NANOVER}$(${BUILDNUM}([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m"
echo -e "Version: \033[1;37m${PRODUCTVER}.${NANOVER}(${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m"
else
echo -e "Version: \033[1;37m${PRODUCTVER}(${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m"
fi
Expand Down

0 comments on commit 329942c

Please sign in to comment.