@ -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";