summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-05-29 15:11:15 -0400
commitf35c9683c75021edd31a10784aa25464da028732 (patch)
tree72ba8a6fcf969dc6cc12508b679e3a6e6b04eb48
parent3a7f5a80a7caa4a65d91eec0b5b009dc0f17e8a7 (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 6d6515c..0b1dc59 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