mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 15:21:43 +00:00
build-web-examples: It's usually /bin/bash
on Linux, not /usr/bin/bash
.
This commit is contained in:
@@ -37,7 +37,7 @@ sub usage {
|
|||||||
|
|
||||||
sub do_system {
|
sub do_system {
|
||||||
my $cmd = shift;
|
my $cmd = shift;
|
||||||
$cmd = "exec /usr/bin/bash -c \"$cmd\"";
|
$cmd = "exec /bin/bash -c \"$cmd\"";
|
||||||
print("$cmd\n");
|
print("$cmd\n");
|
||||||
return system($cmd);
|
return system($cmd);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user