Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/comms/dfu-programmer/files/patch-update-bash-completion.sh
26489 views
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