7 `basename $0`: Please use $new (note the missing extension!) instead.
8 This ($0) script will be removed without any further notice.
15 if which dirname >/dev/null; then
17 elif [ "x${BFDIR}" = "x" ]; then
18 echo "Cannot find BuildFarm client directory. Exiting."
23 # Update the build client if new version available
24 if which git >/dev/null; then
28 # Sanitize or set up environment
29 # 1) Remove because spec.txt generation fails if set
30 if env | grep -q '/bin/bash'; then
31 export -n PERL_UNICODE