question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

POSIX compliant shell

See original GitHub issue

Is it possible to make this shell-independent?

/wait-for-it.sh: line 70: syntax error: unexpected "(" (expecting ";;")

This would be particularly useful to run it with alpine, which uses busybox.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:16
  • Comments:20 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
aviaucommented, Sep 23, 2016

You guys are hijacking this thread, please stop.

2reactions
maxcnunescommented, Sep 21, 2016

Since this issue is open for while. Let me share a tool I have written in Go with cross platform support and which has the same purpose of this project (even the name is the same) https://github.com/maxcnunes/waitforit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I test for POSIX compliance of shell scripts?
To detect POSIX compatibility issues (e.g. SC2039), the shebang line of your shell script should be #!/bin/sh . You can also pass --shell=sh...
Read more >
What makes a shell "POSIX compliant"? - Stack Overflow
It is intended to be a conformant implementation of the IEEE POSIX Shell and Tools portion of the IEEE POSIX specification (IEEE Standard...
Read more >
POSIX Shell Tutorial - The Grymoire!
The POSIX shell is probably the shell you are using on a UNIX compatible system. It's an improvement of the original Bourne shell....
Read more >
Test If Your Shell Scripts Are POSIX Compliant with ShellCheck
I've done a video in the past about ShellCheck. It's an excellent tool to perform static analysis against various flavors of shell scripts....
Read more >
POSIX Compliant Shells : r/commandline - Reddit
"POSIX compliant" means the shell program adheres to the POSIX standards for behavior and user interaction. Keep in mind a lot of "POSIX ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found