diff options
Diffstat (limited to 'tools/cpt-download')
-rwxr-xr-x | tools/cpt-download | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpt-download b/tools/cpt-download index 77087b9..cd73ba1 100755 --- a/tools/cpt-download +++ b/tools/cpt-download @@ -1,4 +1,5 @@ #!/bin/sh -ef +# Download sources for the given package # shellcheck disable=1091 if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi |