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/common.sh') diff --git a/lib/common.sh b/lib/common.sh index a2590c8..cc7878f 100644 --- a/lib/common.sh +++ b/lib/common.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_COMMON_SM+set}" = x'set' ] && return 0 -_OB_COMMON_SM=1 - _ob_validate_var_name() { case "${1}" in -- cgit v0.9.1