File: env

package info (click to toggle)
gitg 41-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,876 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash

scripts=$(dirname "$0")

pushd "$scripts/../../" > /dev/null
root=$(pwd -P)
popd > /dev/null

suffix="3.20"

d="/opt/build/gitg-$suffix"
b="$d/install/bin/brew"

lbrew="$root/osx/scripts/lbrew"

export HOMEBREW_CACHE="$d/caches"

export PATH="$d/install/bin:$PATH"
export DYLD_FALLBACK_LIBRARY_PATH="/usr/lib"