index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 18:50:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 18:50:04 -0500 |
commit | 2e2bebf2e674b8ab0003aafa0c27477fbadcd96e (patch) | |
tree | 6da0eff304a66c5c650d72a91a4d4b08763cb219 /lib/common.sh | |
parent | e5d65f09ed2421c5e68e3a6fa91bb51773734e26 (diff) |
-rw-r--r-- | lib/common.sh | 3 |
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 |