From 4724fd243b3a5154a0b2c41a555c64b63a82b27d Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Sat, 28 Feb 2026 11:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(av1-transfer):=20remove=20ha?= =?UTF-8?q?rdcoded=20/bin/bash,=20use=20default=20sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- av1-transfer/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/av1-transfer/main.py b/av1-transfer/main.py index b21445e..c7ba88b 100644 --- a/av1-transfer/main.py +++ b/av1-transfer/main.py @@ -136,7 +136,6 @@ def transcode_one_file(file_info, overall_bar, slot_bars, slot_queue, process_na proc = subprocess.Popen( f"exec -a {shlex.quote(process_name)} ffmpeg {shell_args}", shell=True, - executable="/bin/bash", stdout=subprocess.PIPE, stderr=subprocess.PIPE, )