mirror of https://github.com/libsdl-org/SDL
build-web-examples: It's usually `/bin/bash` on Linux, not `/usr/bin/bash`.
This commit is contained in:
parent
5339b4458d
commit
70348d77e1
|
@ -37,7 +37,7 @@ sub usage {
|
|||
|
||||
sub do_system {
|
||||
my $cmd = shift;
|
||||
$cmd = "exec /usr/bin/bash -c \"$cmd\"";
|
||||
$cmd = "exec /bin/bash -c \"$cmd\"";
|
||||
print("$cmd\n");
|
||||
return system($cmd);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue