diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 18:50:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-05-12 19:42:31 -0400 |
commit | 775776e6a2a78ec11680fabee8d6bfbbf7bbc677 (patch) | |
tree | 9547cf392637ddb655563f48c96640e1cad2cff9 | |
parent | c7cc926667f42d30f25110f8a0f2d0529c1007b5 (diff) | |
download | devtools32-775776e6a2a78ec11680fabee8d6bfbbf7bbc677.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 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 |