mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Cleanup: Use $() instead of backticks
This commit is contained in:
parent
9a3782173c
commit
5136d93536
@ -2,7 +2,7 @@
|
|||||||
# Run this to generate the configure script
|
# Run this to generate the configure script
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
srcdir=`dirname $0`
|
srcdir=$(dirname "$0")
|
||||||
test -n "$srcdir" && cd "$srcdir"
|
test -n "$srcdir" && cd "$srcdir"
|
||||||
|
|
||||||
if ! {
|
if ! {
|
||||||
|
Loading…
Reference in New Issue
Block a user