diff options
Diffstat (limited to 'helpers/lh_source_tar')
-rwxr-xr-x | helpers/lh_source_tar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_tar b/helpers/lh_source_tar index df8be3b2c..c13e9a93d 100755 --- a/helpers/lh_source_tar +++ b/helpers/lh_source_tar @@ -60,7 +60,7 @@ then fi # Create tarball -if gzip --help | grep -q '\-\-rsyncable' +if gzip --help | grep -qs '\-\-rsyncable' then tar cf source.tar source gzip --rsyncable --best source.tar |