summaryrefslogtreecommitdiffstats
path: root/lib/output.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-18 11:58:23 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-18 12:08:49 (EDT)
commitd1d4ea370080589ef7b6d891fdf70d433485187c (patch)
treee64a708b4a63d1d34b680cefaf28550aa0480371 /lib/output.sh
parent9625f65278ff33a5f8e876ae27f4c0d8e7e48d74 (diff)
lib/*.sh, lib/*/*.sh: Rewrite include guards.
This is one step toward adding `set -u` to opkbuild.
Diffstat (limited to 'lib/output.sh')
-rw-r--r--lib/output.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/output.sh b/lib/output.sh
index 5d60d3d..b718824 100644
--- a/lib/output.sh
+++ b/lib/output.sh
@@ -17,8 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-[ -n "${_OB_MESSAGES_SH}" ] && return 0
-_OB_MESSAGES_SH=true
+[ x"${_OB_OUTPUT_SM+set}" = x'set' ] && return 0
+_OB_OUTPUT_SM=1
ob_use locale