Skip to content

Dont use "eval time", time depends on bash

Maxime Perrotin requested to merge feature_bash into master

eval will use /bin/sh to run the shell command, and on Debian/Ubuntu this points to dash, which does not have the time command Replaced with bash -c

Merge request reports