File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -956,8 +956,8 @@ function launch_geekbench {
956956 [[ $VERSION == * 4* ]] && GEEKBENCH_SCORES=$( $DL_CMD " $GEEKBENCH_URL " | grep " span class='score'" ) || \
957957 GEEKBENCH_SCORES=$( $DL_CMD " $GEEKBENCH_URL " | grep " div class='score'" )
958958
959- GEEKBENCH_SCORES_SINGLE=$( echo " $GEEKBENCH_SCORES " | awk -v FS=" (>|<)" ' { print $3 }' ) | head -n 1
960- GEEKBENCH_SCORES_MULTI=$( echo " $GEEKBENCH_SCORES " | awk -v FS=" (>|<)" ' { print $3 }' ) | tail -n 1
959+ GEEKBENCH_SCORES_SINGLE=$( echo " $GEEKBENCH_SCORES " | awk -v FS=" (>|<)" ' { print $3 }' | head -n 1)
960+ GEEKBENCH_SCORES_MULTI=$( echo " $GEEKBENCH_SCORES " | awk -v FS=" (>|<)" ' { print $3 }' | tail -n 1)
961961
962962 # print the Geekbench results
963963 echo -en " \r\033[0K"
You can’t perform that action at this time.
0 commit comments