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