aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt-build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt-build')
-rwxr-xr-xtools/cpt-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpt-build b/tools/cpt-build
index 40ae4fd..ac4427b 100755
--- a/tools/cpt-build
+++ b/tools/cpt-build
@@ -1,4 +1,5 @@
#!/bin/sh
+# Build a package
# shellcheck disable=1091
if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi