trying to fix niceness...

This commit is contained in:
brent s. 2014-12-20 22:16:41 -05:00
parent ba7ad82e8b
commit b71931b0b5

View File

@ -73,7 +73,7 @@ function mkchroot {


if [[ "${I_AM_A_RACECAR}" == "y" ]]; if [[ "${I_AM_A_RACECAR}" == "y" ]];
then then
RACECAR_CHK='nice -n "-19" ' RACECAR_CHK="nice -n \"-19\" "
else else
RACECAR_CHK="" RACECAR_CHK=""
fi fi