diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 2ec07ed061..06586ec56f 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
| @@ -31,7 +31,7 @@ if [ "x$BDIR" = "x" ]; then | |||
| 31 | BDIR=`readlink -f "$1"` | 31 | BDIR=`readlink -f "$1"` |
| 32 | fi | 32 | fi |
| 33 | fi | 33 | fi |
| 34 | if [[ "$BDIR" = /* ]] ; then | 34 | if expr "$BDIR" : '/.*' > /dev/null ; then |
| 35 | BUILDDIR="$BDIR" | 35 | BUILDDIR="$BDIR" |
| 36 | else | 36 | else |
| 37 | BUILDDIR="`pwd`/$BDIR" | 37 | BUILDDIR="`pwd`/$BDIR" |
