summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-07-05 15:37:18 -0400
commitb56e515bead46f854be12947c3e2341679e1c067 (patch)
treed450cb8ba67029fe5d59091f33b803674e666cda
parenta35a199f62a46e372491bf396a9699b64ab2dadd (diff)
lib/common.sh: Discourage use in favor of libremessages.
-rw-r--r--lib/common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.sh b/lib/common.sh
index c3c3454..ed98449 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -1,6 +1,9 @@
#!/hint/bash
# This may be included with or without `set -euE`
+# This file is included by libremessages.
+# You should probably use libremessages instead of this.
+
# License: Unspecified
[[ -z ${_INCLUDE_COMMON_SH:-} ]] || return 0