1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:55:42 -04:00

Formatting

This commit is contained in:
Ryan Voots 2017-05-06 04:56:48 -04:00
parent 1a9145aec1
commit 451edc93bb
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit afea70ce7a9ce085620a20101d85af40eca16f92
Subproject commit 55ec4c854912e84c69b491c9915460dd1032d9a8

View file

@ -54,7 +54,6 @@ sub run_eval {
mount("tmpfs", $FindBin::Bin."/../jail/tmp", "tmpfs", 0, {size => "16m"});
mount("tmpfs", $FindBin::Bin."/../jail/tmp", "tmpfs", MS_PRIVATE, {size => "16m"});
chdir($jail_path) or die "Jail not made, see bin/makejail.sh";
chroot($jail_path) or die $!;