diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:15:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:15:01 +0000 |
commit | 28e02ede59c9edf5e806985df9f05a3344945d7f (patch) | |
tree | 989fc0575334db3836990eb814636f5c8276589f /support/json-rsync-version | |
parent | Releasing progress-linux version 3.2.7-1~progress7.99u1. (diff) | |
download | rsync-28e02ede59c9edf5e806985df9f05a3344945d7f.tar.xz rsync-28e02ede59c9edf5e806985df9f05a3344945d7f.zip |
Merging upstream version 3.3.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'support/json-rsync-version')
-rwxr-xr-x | support/json-rsync-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/json-rsync-version b/support/json-rsync-version index 31fed7f..b01e1e4 100755 --- a/support/json-rsync-version +++ b/support/json-rsync-version @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import sys, argparse, subprocess, json |