1
0
Fork 0

Cleanup: Use $() instead of backticks

This commit is contained in:
Marvin Scholz 2018-08-07 19:30:49 +02:00
parent 9a3782173c
commit 5136d93536
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Run this to generate the configure script
set -e
srcdir=`dirname $0`
srcdir=$(dirname "$0")
test -n "$srcdir" && cd "$srcdir"
if ! {