mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
expr -> sh arithmetic expansion
This commit is contained in:
parent
79bdc6e5d3
commit
e28b1e2d03
1 changed files with 1 additions and 1 deletions
|
|
@ -139,4 +139,4 @@ int osreldate = ${RELDATE};
|
|||
char kern_ident[] = "${i}";
|
||||
EOF
|
||||
|
||||
echo `expr ${v} + 1` > version
|
||||
echo $((v + 1)) > version
|
||||
|
|
|
|||
Loading…
Reference in a new issue