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-09-13 16:44:20 -0400 |
commit | 7f80af82f052cd3ddc79bc519b2e7f5d6a0fc593 (patch) | |
tree | bd97fe910196b29587e64e1490724f6670346040 /lib | |
parent | c190fb59fa14af1baf7313b67f37202951fabf64 (diff) |
-rw-r--r-- | lib/common.sh | 3 |
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 |