Force initrepo.sh to run using POSIX sh

wilder
Michael Pyne 15 years ago
parent a26b80046c
commit b24d171e89
  1. 2
      kdesrc-build

@ -2449,7 +2449,7 @@ sub installGitSnapshot
# Complete the preparation by running the initrepo.sh script
p_chdir($sourceDir);
$result = log_command($module, 'init-git-repo', ['./initrepo.sh']);
$result = log_command($module, 'init-git-repo', ['/bin/sh', './initrepo.sh']);
if ($result) {
error "Snapshot for r[$module] extracted successfully, but failed to complete initrepo.sh";

Loading…
Cancel
Save