mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Remove more useless quotes.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									9ceb65a3ce
								
							
						
					
					
						commit
						69062034b3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -36,7 +36,7 @@ case $os in
 | 
				
			||||||
		set -- $v0		# split $v0 using $IFS separator
 | 
							set -- $v0		# split $v0 using $IFS separator
 | 
				
			||||||
		dots=$(($# - 1))	# use positional argument count
 | 
							dots=$(($# - 1))	# use positional argument count
 | 
				
			||||||
		# split version string using a '-' separator
 | 
							# split version string using a '-' separator
 | 
				
			||||||
		IFS='-'
 | 
							IFS=-
 | 
				
			||||||
		set -- $v0
 | 
							set -- $v0
 | 
				
			||||||
		v=$1
 | 
							v=$1
 | 
				
			||||||
		# do we need to add another digit?
 | 
							# do we need to add another digit?
 | 
				
			||||||
| 
						 | 
					@ -55,7 +55,7 @@ case $os in
 | 
				
			||||||
		fi
 | 
							fi
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
	*)
 | 
						*)
 | 
				
			||||||
		v='git.missing.please.hardcode.version'
 | 
							v=git.missing.please.hardcode.version
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
printf '%s' $v
 | 
					printf '%s' $v
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue