From 20bdaa1c8b77da6e82364d39daf9ece009bec4e4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 1 Sep 2018 16:13:57 +0200 Subject: lib/common-functions: fix typo --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common-functions b/lib/common-functions index ce3f75b..3d5bef1 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -805,7 +805,7 @@ verbose_flock() { # recompress the given file(s) to make them rsync friendly recompress_gz() { tmp_file=$( - mktemp "$1/recompress_gz.XXXXXXXX)" + mktemp "$1/recompress_gz.XXXXXXXX" ) shift local file -- cgit v1.2.3-54-g00ecf