summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-01-03 14:58:21 -0500
commitb69b3083cc7841ffd48e586da291b0a5e9fab982 (patch)
tree47d50e14ad8ae95e6aabbc4983d04e3d1440db2d
parenta2300ba9317c86fa3691f1f93a222e5f028e65f8 (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