Skip to content

Commit 30480ba

Browse files
author
Cao
committed
remove only last _T
1 parent 275f100 commit 30480ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add_rc.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
else {
3030

31-
$sn_1=$temp[15]; $sn_1=~s/_T//g;
31+
$sn_1=$temp[15]; $sn_1=~s/_T$//g;
3232

3333
if($sn_2 eq "" || $sn_2 ne $sn_1)
3434
{

0 commit comments

Comments
 (0)