diff options
| -rwxr-xr-x | tests/sshfs-benchmark.bash (renamed from contrib/sshfs-benchmark.bash) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/contrib/sshfs-benchmark.bash b/tests/sshfs-benchmark.bash index 646262a..13c7a0f 100755 --- a/contrib/sshfs-benchmark.bash +++ b/tests/sshfs-benchmark.bash @@ -28,7 +28,7 @@ function prepare_mounts {  function etime {  	T=$(/usr/bin/time -f %e -o /dev/stdout "$@") -	printf %20.2f "$T" +	LC_ALL=C printf %20.2f "$T"  }  MYNAME=$(basename "$0") | 
