mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 06:39:47 +00:00
Remove non-portable 's' suffix to sleep timeout.
This commit is contained in:
parent
de77a9693f
commit
0bda6500e8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ then
|
|||
fi
|
||||
if test x"$GSTESTTIMEOUT" = x
|
||||
then
|
||||
GSTESTTIMEOUT="300s"
|
||||
GSTESTTIMEOUT="300"
|
||||
fi
|
||||
if test x"$GSMAKEOPTIONS" = x
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue