We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea6113 commit 2e649d5Copy full SHA for 2e649d5
docker-gitlabci/build.sh
@@ -25,7 +25,7 @@ wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
25
unzip main.zip
26
cd domjudge-main
27
make configure
28
- ./configure --with-domjudge-user=domjudge --with-judgehost_chrootdir=`pwd`/chroot
+ ./configure --with-domjudge-user=domjudge --with-judgehost_chrootdir="$(pwd)/chroot"
29
cd misc-tools
30
make dj_make_chroot
31
sudo ./dj_make_chroot
0 commit comments