Get rid of bashism in CDS test
This commit is contained in:
committed by
Witold Krecicki
parent
3317d3d2bb
commit
dbf2e7928e
@@ -42,7 +42,8 @@ tac() {
|
||||
}
|
||||
|
||||
convert() {
|
||||
local key=$1 n=$2
|
||||
key=$1
|
||||
n=$2
|
||||
$DSFROMKEY $key >DS.$n
|
||||
grep ' 8 1 ' DS.$n >DS.$n-1
|
||||
grep ' 8 2 ' DS.$n >DS.$n-2
|
||||
|
||||
Reference in New Issue
Block a user