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-20 21:57:40 -0400
commit5b827a14ee98c8ca313c8a7791512e51854096d1 (patch)
tree3f857228bac841fc2b434f774e2b03e9ff9f7865
parentd8eb7f1a82da95fd3610afb904a615bcd7412daf (diff)
downloaddevtools32-5b827a14ee98c8ca313c8a7791512e51854096d1.tar.xz
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