commit | 88d04b272088e33cc01df8ba07a8af81a86263f9 | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Fri Mar 11 13:51:31 2011 +0000 |
committer | david_williams <david_williams> | Fri Mar 11 13:51:31 2011 +0000 |
tree | fd3243f5f17a759b5c51a079ab4e048c4de5e747 | |
parent | 8198b8cceff1962a2e60521e319ac8f51ce4a349 [diff] |
minor update
diff --git a/releng.control/ant_high_priority.sh b/releng.control/ant_high_priority.sh index 88aeffc..fd3ac58 100644 --- a/releng.control/ant_high_priority.sh +++ b/releng.control/ant_high_priority.sh
@@ -20,4 +20,5 @@ fi echo "Running ant at priority " $JOB_NOT_NICE +echo "args to ant: " "$@" exec nice --adjustment $JOB_NOT_NICE "${RELENG_CONTROL}/ant.sh" "$@"
diff --git a/releng.control/ant_low_priority.sh b/releng.control/ant_low_priority.sh index 7fde59f..74f43d6 100644 --- a/releng.control/ant_low_priority.sh +++ b/releng.control/ant_low_priority.sh
@@ -21,4 +21,5 @@ echo "Running ant at priority " $JOB_NICER +echo "args to ant: " "$@" exec nice --adjustment $JOB_NICER "${RELENG_CONTROL}/ant.sh" "$@"
diff --git a/releng.control/ant_med_priority.sh b/releng.control/ant_med_priority.sh index df913a1..3beff70 100644 --- a/releng.control/ant_med_priority.sh +++ b/releng.control/ant_med_priority.sh
@@ -21,4 +21,5 @@ echo "Running ant at priority " $JOB_NICE +echo "args to ant: " "$@" exec nice --adjustment $JOB_NICE "${RELENG_CONTROL}/ant.sh" "$@"