diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 18:50:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2018-03-26 18:20:56 -0400 |
commit | 4c66bcbcf6bc2bdd34fdf650ff57af8e5dc58e11 (patch) | |
tree | 45a4f631c2dcb592f18650d4c3f268262352d312 | |
parent | bae0e4d364084d8370647c5608bebfff25350726 (diff) | |
download | devtools32-4c66bcbcf6bc2bdd34fdf650ff57af8e5dc58e11.tar.xz |
lib/common.sh: Discourage use in favor of libremessages
-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 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 |