From 4fae29531c16df28685ca0530fbc0162b7882cff Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 9 Jul 2015 18:53:23 -0600 Subject: whitespace --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 15b52cf..b4dece3 100755 --- a/configure +++ b/configure @@ -2,17 +2,17 @@ name='configure' # Luke's configureation script #version='1.0' # Copyright (C) 2009 Luke Shumaker -# +# # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . @@ -70,14 +70,14 @@ echo '#!/bin/sed -f' > var.sed for var in $vars; do var1="_$var" val=${!var1} - + # GNU bash optimized version - var=${var//:/\\:} + var=${var//:/\\:} val=${val//:/\\:} # POSIX version #var=`echo "$var" | sed 's@:@\\:@g'` #val=`echo "$val" | sed 's@:@\\:@g'` - + echo "s:@$var@:$val:g" >> var.sed done -- cgit v1.2.3-2-g168b