trying to fix niceness...

This commit is contained in:
brent s. 2014-12-20 22:16:41 -05:00
parent ba7ad82e8b
commit b71931b0b5
1 changed files with 1 additions and 1 deletions

View File

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

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