- Fix a bug in fp reading from file name.
This commit is contained in:
parent
9553e74e55
commit
dbd9496c4a
6
nds2rm
6
nds2rm
@ -5,9 +5,9 @@
|
|||||||
# (C) 2009 Arnaud G. Gibert
|
# (C) 2009 Arnaud G. Gibert
|
||||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||||
# $RCSfile: nds2rm,v $
|
# $RCSfile: nds2rm,v $
|
||||||
# $Revision: 1.17 $
|
# $Revision: 1.18 $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
# $Date: 2009/04/24 22:42:03 $
|
# $Date: 2009/04/26 00:08:50 $
|
||||||
# $Author: agibert $
|
# $Author: agibert $
|
||||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -1167,7 +1167,7 @@ function suffix_mng()
|
|||||||
else
|
else
|
||||||
status=${file/* \[/}; status=${status/\] \{*/}
|
status=${file/* \[/}; status=${status/\] \{*/}
|
||||||
crc=${file/*\] \{/}; crc=${crc/\} \<*/}
|
crc=${file/*\] \{/}; crc=${crc/\} \<*/}
|
||||||
fp=${file/*\} \</}; fp=${fp/\>-*/}
|
fp=${file/*\} \</}; fp=${fp/\>*/}
|
||||||
|
|
||||||
dat_dup[${idx}]="${dup_id}"
|
dat_dup[${idx}]="${dup_id}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user