Sha256: 54e711944535a94eec76bdef11358cb069de420d2696a021496db83584bf27ce

Contents?: true

Size: 198 Bytes

Versions: 40

Compression:

Stored size: 198 Bytes

Contents

acd() {
    local pkg_path
    pkg_path=$(autoproj locate $1)

    if [ $? != 0 ]; then
      return 1
    else
      pkg_path=$(echo $pkg_path | tail -1)
      cd $pkg_path
      return 0
    fi
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
autoproj-1.13.7 shell/autoproj_sh
autoproj-1.13.6 shell/autoproj_sh
autoproj-1.13.5 shell/autoproj_sh
autoproj-1.13.5.rc1 shell/autoproj_sh
autoproj-1.13.4 shell/autoproj_sh
autoproj-1.13.3 shell/autoproj_sh
autoproj-1.13.3.b2 shell/autoproj_sh
autoproj-1.13.3.b1 shell/autoproj_sh
autoproj-1.13.2.b4 shell/autoproj_sh
autoproj-1.13.2.b3 shell/autoproj_sh
autoproj-1.13.2.b2 shell/autoproj_sh
autoproj-1.13.2.b1 shell/autoproj_sh
autoproj-2.0.0.b1 shell/autoproj_sh
autoproj-1.13.2 shell/autoproj_sh
autoproj-1.13.1 shell/autoproj_sh
autoproj-1.13.0 shell/autoproj_sh
autoproj-1.12.6 shell/autoproj_sh
autoproj-1.13.0.b8 shell/autoproj_sh
autoproj-1.13.0.b7 shell/autoproj_sh
autoproj-1.13.0.b6 shell/autoproj_sh