Coder Social home page Coder Social logo

Comments (8)

kolomenkin avatar kolomenkin commented on August 15, 2024 3

sounds reasonable except I never met .bash scripts before. All bash scripts were had .sh extension

from wait-for-it.

deiga avatar deiga commented on August 15, 2024 3

@kolomenkin It is very common to see .zsh or .fish scripts everywhere. Using .bash for script only supporting BASH makes perfect sense. The only time I would be fine with a script which has a bash shebang, but an .sh extensions is when the script is POSIX compliant but wants to run on bash

from wait-for-it.

garethrandall avatar garethrandall commented on August 15, 2024 2

Genuine question: Is this problem solved by the fact that the first line of the script is:
#!/usr/bin/env bash
since this means the system will either find bash or fail immediately (not half-way through the script)? I'm not sure what the POSIX view is on this.

from wait-for-it.

robertp-indeed avatar robertp-indeed commented on August 15, 2024 2

The shebang only happens if the script is marked executable and executed like ./wait-for-it.sh. If you explicitly run sh wait-for-it.sh on a system where sh is posix sh (or behaves like it), it fails partway through.

Now, one obvious solution is "ok so don't do that" but the convention is that if it's named .sh, it should be runnable with .sh.

This is, of course, incredibly minor.

from wait-for-it.

lesinigo avatar lesinigo commented on August 15, 2024 1

And this is so much more confusing given that the typical usage of this script will be in docker containers and many of them start out based on Alpine Linux which does have ash as preinstalled shell and it is expected to be fully compatibile with POSIX sh but then wait-for-it.sh fails because it's actually a Bash-only script.

from wait-for-it.

atkrad avatar atkrad commented on August 15, 2024 1

Another solution, use a tool Wait4X that has binary version. πŸ˜ƒ

from wait-for-it.

deiga avatar deiga commented on August 15, 2024

Another solution, use a tool Wait4X that has binary version. πŸ˜ƒ

Please stop spamming the issues here. You posted the same comment multiple times now.

from wait-for-it.

atkrad avatar atkrad commented on August 15, 2024

Another solution, use a tool Wait4X that has binary version. smiley

Please stop spamming the issues here. You posted the same comment multiple times now.

I just mentioned a solution. Using a binary tool is a solution, so it doesn't matter if you run on which environment. πŸ˜‰

from wait-for-it.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.