Invoke scripts from Gradle with the shell interpreter they choose

This commit is contained in:
Yannick Welsch 2016-05-12 09:40:06 +02:00
parent 28164ccf2e
commit 9d5537d874
1 changed files with 1 additions and 2 deletions

View File

@ -418,8 +418,7 @@ class ClusterFormationTasks {
// argument are wrapped in an ExecArgWrapper that escapes commas
args execArgs.collect { a -> new EscapeCommaWrapper(arg: a) }
} else {
executable 'sh'
args execArgs
commandLine execArgs
}
}
}