From bb1e843bab9c430db0bb4a9012c0616fac5c0739 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 22 Dec 2018 21:18:46 -0500 Subject: libopkbuild: Drop include guards --- (limited to 'lib/output.sh') diff --git a/lib/output.sh b/lib/output.sh index d6982be..a04df2b 100644 --- a/lib/output.sh +++ b/lib/output.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -[ x"${_OB_OUTPUT_SM+set}" = x'set' ] && return 0 -_OB_OUTPUT_SM=1 - ob_error() { printf '%s: Error: ' "${0##*/}" >&2 -- cgit v0.9.1