Commit Graph

13 Commits

Author SHA1 Message Date
Douglas Gibbons
81b1373f17 Merge pull request #86 from garethrandall/master
Avoid sending a newline character which confuses servers.
2020-08-22 16:18:37 -07:00
Fabio Kruger
ed77b63706 Added support for new busybox timeout version 2020-02-01 13:39:58 +01:00
Gareth Randall
ef92efbffb Avoid sending a newline character which confuses servers. 2020-01-03 23:38:39 +04:00
Douglas Gibbons
9995b72132 Merge branch 'master' of https://github.com/fwoelffel/wait-for-it into fwoelffel-master 2018-11-03 18:24:15 -07:00
Ville Skyttä
019f3bb5bc Fall back to readlink -f if realpath is not available or fails 2017-12-30 09:25:54 +02:00
Ville Skyttä
5fe30e7a26 Use parameter expansion instead of basename 2017-11-01 09:05:58 +02:00
Ville Skyttä
f9a0dc44d3 Use type -p instead of which 2017-11-01 09:03:33 +02:00
Frédéric Woelffel
410d77eda4 Add a WAITFORIT_ prefix in front of all variables 2017-10-04 16:04:39 +02:00
Grzegorz Szczudlik
8ed92e8cab fix: preserve quotation when passing arguments to command. 2017-07-20 12:08:57 +02:00
iturgeon
8f52a814ef Adds support for distros that use busybox like Alpine
Checks for busybox by looking at the realpath for timeout
If busybox is detected, uses timeout with a -t option and
uses nc instead of /bin/tcp
2016-04-11 17:06:09 -04:00
Philippe Vaucher
55c54a5abd Fix invalid use of return value 2016-04-01 17:14:39 +02:00
Giles Hall
41deb2dbbe small fixes 2016-02-02 14:30:19 -05:00
Giles Hall
e559a8e0fb initial commit 2016-02-02 14:23:09 -05:00