Skip to content
Snippets Groups Projects
  • Yorhel's avatar
    61a7846c
    config: Use /bin/sh as default shell and don't check for its existence · 61a7846c
    Yorhel authored
    /bin/bash is not available on every system, nor always the default.
    /bin/sh is standardised, but not always the preferred interactive shell,
    hence it's configurable.
    
    There's no need to check for the existence of this shell during config,
    since it's an option that only affects run-time - and you may compile
    ncdu on a totally different system than you would run it on.
    61a7846c
    History
    config: Use /bin/sh as default shell and don't check for its existence
    Yorhel authored
    /bin/bash is not available on every system, nor always the default.
    /bin/sh is standardised, but not always the preferred interactive shell,
    hence it's configurable.
    
    There's no need to check for the existence of this shell during config,
    since it's an option that only affects run-time - and you may compile
    ncdu on a totally different system than you would run it on.
configure.ac 2.13 KiB