summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-04-20 00:23:50 -0400
commit7e20eadffc0945d0469cb94f6fc24229c65ea1e1 (patch)
tree072fae545060acbf9a9dfd132f9a4bf0289f3be3
parent602a5592db89426e15cf394109c7637be108ee32 (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 46a0640..c2664e9 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