[PATCH 3/3] Remove more useless quotes.

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sun Feb 24 01:48:05 PST 2013


Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>
---
 scripts/get-version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/get-version b/scripts/get-version
index 8fcb6b2..ba64066 100755
--- a/scripts/get-version
+++ b/scripts/get-version
@@ -36,7 +36,7 @@ case $os in
 		set -- $v0		# split $v0 using $IFS separator
 		dots=$(($# - 1))	# use positional argument count
 		# split version string using a '-' separator
-		IFS='-'
+		IFS=-
 		set -- $v0
 		v=$1
 		# do we need to add another digit?
@@ -55,7 +55,7 @@ case $os in
 		fi
 		;;
 	*)
-		v='git.missing.please.hardcode.version'
+		v=git.missing.please.hardcode.version
 		;;
 esac
 printf '%s' $v
-- 
1.7.10.4



More information about the subsurface mailing list