]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix /usr/bin/env with script args.
authorWayne Davison <wayne@opencoder.net>
Wed, 17 Jun 2020 01:32:16 +0000 (18:32 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 17 Jun 2020 01:32:16 +0000 (18:32 -0700)
packaging/branch-from-patch
packaging/nightly-rsync
packaging/patch-update
packaging/release-rsync
packaging/var-checker

index 91b9466bb755090bf60ddd9ce01b915e571f9f33..dfd3a29a88c891a73ddc397f60768705805d6ce5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3 -B
+#!/usr/bin/env -S python3 -B
 
 # This script turns one or more diff files in the patches dir (which is
 # expected to be a checkout of the rsync-patches git repo) into a branch
index f971088fb65fabc8225e204c0df20e0dc841d351..020a6d56215a0c484cc77b06fd57cb35bf3b4cdd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3 -B
+#!/usr/bin/env -S python3 -B
 
 # This script expects the directory ~/samba-rsync-ftp to exist and to be a
 # copy of the /home/ftp/pub/rsync dir on samba.org.  It also requires a
index 255a8c257bdae9b5d2fe0bc0024a216724003dc5..c6b5152738835c6762a7b9066ef89ddea44245df 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3 -B
+#!/usr/bin/env -S python3 -B
 
 # This script is used to turn one or more of the "patch/BASE/*" branches
 # into one or more diffs in the "patches" directory.  Pass the option
index 11a4fd5435041c6c6306888b0eedf7b8d4651923..1fd3bbe36b7ea14ea7e51a35021335e78bd453b8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3 -B
+#!/usr/bin/env -S python3 -B
 
 # This script expects the directory ~/samba-rsync-ftp to exist and to be a
 # copy of the /home/ftp/pub/rsync dir on samba.org.  When the script is done,
index 6468ac7af09ed3dd76932c80704af9bc8ce926c8..e021127c0ac2c4a3d0c077c2e02ae08a645b7dee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3 -B
+#!/usr/bin/env -S python3 -B
 
 # This script checks the *.c files for extraneous "extern" variables,
 # for vars that are defined but not used, and for inconsistent array