index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 2 |
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 |