Skip to content

Commit

Permalink
Add missing 'then' to the buildslave init script
Browse files Browse the repository at this point in the history
  • Loading branch information
brycelelbach committed Oct 1, 2012
1 parent b2fd75b commit 4b69fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/contrib/init-scripts/buildslave.init.sh
Expand Up @@ -143,7 +143,7 @@ function iscallable () { type $1 2>/dev/null | grep -q 'shell function'; }
function slave_op () { function slave_op () {
op=$1 ; mi=$2 op=$1 ; mi=$2


if [ `uname` = SunOS ]; if [ `uname` = SunOS ]; then
suopt="" suopt=""
else else
suopt="-s /bin/sh" suopt="-s /bin/sh"
Expand Down

0 comments on commit 4b69fce

Please sign in to comment.