summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-08-02 17:04:25 -0400
commite2298143aa2dab9fe356b4e3b54e58080836c491 (patch)
treeb7f25af70bf92ef17a7f37b20979bd929eea5220
parent210b5d06b0f6c9b3f6a3edc87978e7673d39810f (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