Skip to content
  • Sheogorath's avatar
    fix(shell-tools): Fix broken call of bash function with xargs · e3e965be
    Sheogorath authored
    This patch fixes the xargs call of `pushImageOrManifest` which can't
    work since xargs isn't aware of bash functions. As a result it tries to
    call a non existing binary/script/program outside of the script.
    
    This patch solves this problem by moving the function into its own
    script and puts it into the `libexec` directory.
    e3e965be
Loading