-Prefer rightmost number when using the + operator
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3248 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -100,7 +100,7 @@ sub expandatom { | ||||
| 	} | ||||
|  | ||||
| 	if ($atom =~ m/\+/) {  # process the + operator | ||||
| 		$atom =~ m/^([^0-9]*)([0-9]+)([^\+]*)\+([0-9]+)/; | ||||
| 		$atom =~ m/^(.*)([0-9]+)([^0-9\+]*)\+([0-9]+)/; | ||||
| 		my $pref=$1; | ||||
| 		my $startnum=$2; | ||||
| 		my $suf=$3; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user