1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Cleanup: Use $() instead of backticks

This commit is contained in:
Marvin Scholz 2018-08-07 19:30:49 +02:00
parent 9a3782173c
commit 5136d93536

View File

@ -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 ! {