8351ac3e98
Changelogs: https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.8.0 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.8.1 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.9.0 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v1.0.0 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v1.1.0 - Upstream migrated to GitHub. - Replace PORTVERSION with DISTVERSION. - Add option BASH_COMPLETIONS. PR: 292229 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
9 lines
264 B
Bash
9 lines
264 B
Bash
--- 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
|