Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:04 -0500
commit2e2bebf2e674b8ab0003aafa0c27477fbadcd96e (patch)
tree6da0eff304a66c5c650d72a91a4d4b08763cb219
parente5d65f09ed2421c5e68e3a6fa91bb51773734e26 (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 89cd257..b8bab9b 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