Sha256: 1454f273edffb62816b1967c63ff8550e94fd5e70328e7712b035fe5b4433a49

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

function acd {
    local pkg_path
    pkg_path=$(autolocate $1)

    if [ $? != 0 ]; then
      return 1
    else
      cd $pkg_path
      return 0
    fi
}

function amake {
    if test -z "$@"; then
        autoproj fast-build .
    else
        autoproj fast-build "$@"
    fi
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
autoproj-1.7.7 shell/autoproj_bash
autoproj-1.7.6 shell/autoproj_bash
autoproj-1.7.5 shell/autoproj_bash