Loading src/boot.sh +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ CLOCKSOURCE="tsc" CLOCK="/sys/devices/system/clocksource/clocksource0/current_clocksource" if [ ! -f "$CLOCK" ]; then warn "file \"$CLOCK\" cannot not found?" warn "file \"$CLOCK\" cannot be found?" else result=$(<"$CLOCK") result="${result//[![:print:]]/}" Loading Loading
src/boot.sh +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ CLOCKSOURCE="tsc" CLOCK="/sys/devices/system/clocksource/clocksource0/current_clocksource" if [ ! -f "$CLOCK" ]; then warn "file \"$CLOCK\" cannot not found?" warn "file \"$CLOCK\" cannot be found?" else result=$(<"$CLOCK") result="${result//[![:print:]]/}" Loading