1--- update-bash-completion.sh.orig 2023-07-08 20:59:08 UTC 2+++ update-bash-completion.sh 3@@ -1,4 +1,4 @@ 4-#!/bin/bash 5+#!/bin/sh 6 7 # sed - without printing by default (-n) 8 # Remove lines up to and including the start line, which includes: START_TARGET_LIST_LINE 9 10