diff options
author | Erich Eckner <git@eckner.net> | 2018-09-01 16:13:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-01 16:13:57 +0200 |
commit | 20bdaa1c8b77da6e82364d39daf9ece009bec4e4 (patch) | |
tree | 163d575ccd8881f4b6a2a65d040bff8497706b18 /lib/common-functions | |
parent | 2c70dca9332451b04aca397ebe62b58041e9bc9d (diff) | |
download | builder-20bdaa1c8b77da6e82364d39daf9ece009bec4e4.tar.xz |
lib/common-functions: fix typo
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-x | lib/common-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |