From 7d9cbae8d6125cc0da458773da173ba308debe0f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 05 Jan 2019 13:29:53 -0500 Subject: _OB_LF: Define and use newline constant --- (limited to 'lib/common.sh') diff --git a/lib/common.sh b/lib/common.sh index 7693b18..c265e3c 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -17,6 +17,9 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see . +_OB_LF=' +' + _ob_validate_var_name() { case "${1}" in -- cgit v0.9.1