Skip to content

Commit 2e649d5

Browse files
committed
Fix shellcheck issues
1 parent 2ea6113 commit 2e649d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-gitlabci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
2525
unzip main.zip
2626
cd domjudge-main
2727
make configure
28-
./configure --with-domjudge-user=domjudge --with-judgehost_chrootdir=`pwd`/chroot
28+
./configure --with-domjudge-user=domjudge --with-judgehost_chrootdir="$(pwd)/chroot"
2929
cd misc-tools
3030
make dj_make_chroot
3131
sudo ./dj_make_chroot

0 commit comments

Comments
 (0)