Skip to content
Snippets Groups Projects
Commit 5136d935 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

Cleanup: Use $() instead of backticks

parent 9a378217
No related branches found
No related tags found
No related merge requests found
......@@ -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 ! {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment