Skip to content

Commit b56cdac

Browse files
committed
Tmain: consider versions other than 5.9.0 when deletig the version strings
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 2fd9b0c commit b56cdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tmain/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ check_encoding()
146146

147147
jdropver()
148148
{
149-
sed -e 's/, "version": "5.9.0"//'
149+
sed -e 's/, "version": "[0-9.]*"//'
150150
}

0 commit comments

Comments
 (0)