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-04-20 00:23:50 -0400 |
commit | 7e20eadffc0945d0469cb94f6fc24229c65ea1e1 (patch) | |
tree | 072fae545060acbf9a9dfd132f9a4bf0289f3be3 | |
parent | 602a5592db89426e15cf394109c7637be108ee32 (diff) |
-rw-r--r-- | lib/common.sh | 3 |
diff --git a/lib/common.sh b/lib/common.sh index 46a0640..c2664e9 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 |