diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 18:50:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-05-05 18:31:17 -0400 |
commit | fedc36a475242bb43e34878a46e045605df4be1a (patch) | |
tree | 72b707799269d3fb2cc5ff5a1eca534db2d62554 /lib/common.sh | |
parent | 51b8f2fff11dda8e04a12318624953ab4a22d8e7 (diff) | |
download | devtools32-fedc36a475242bb43e34878a46e045605df4be1a.tar.xz |
lib/common.sh: Discourage use in favor of libremessages.
Diffstat (limited to 'lib/common.sh')
-rw-r--r-- | lib/common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.sh b/lib/common.sh index c3c3454..ed98449 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 |