mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 13:07:37 +03:00
Fix shellcheck warnings
This commit is contained in:
parent
bbef0f0492
commit
aea080969c
5 changed files with 20 additions and 20 deletions
|
@ -29,7 +29,7 @@
|
|||
# version. If you delete this exception statement from all source
|
||||
# files in the program, then also delete it here.
|
||||
|
||||
get_version () {
|
||||
VERSION=`grep AC_INIT configure.ac | sed '/AC_INIT/ s/AC_INIT(\[aria2\],\[\([^]]\+\)\],.*/\1/'`
|
||||
get_version() {
|
||||
VERSION=$(grep AC_INIT configure.ac | sed '/AC_INIT/ s/AC_INIT(\[aria2\],\[\([^]]\+\)\],.*/\1/')
|
||||
echo "Version: $VERSION"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue