mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
build-web-examples: It's usually /bin/bash
on Linux, not /usr/bin/bash
.
This commit is contained in:
parent
5339b4458d
commit
70348d77e1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue