Subversion Repositories DevTools

Rev

Rev 4898 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4898 Rev 6066
Line 2... Line 2...
2
 
2
 
3
#   Use GBE_DPKG_REPLICA, then GBE_DPKG
3
#   Use GBE_DPKG_REPLICA, then GBE_DPKG
4
if [ -n "$GBE_DPKG_REPLICA" ] ; then
4
if [ -n "$GBE_DPKG_REPLICA" ] ; then
5
    DPKG=$GBE_DPKG_REPLICA
5
    DPKG=$GBE_DPKG_REPLICA
6
    DPKGNAME=GBE_DPKG_REPLICA
6
    DPKGNAME=GBE_DPKG_REPLICA
7
elif [ -z "$DPKG" ] ; then
7
elif [ -n "$GBE_DPKG" ] ; then
8
    DPKG=$GBE_DPKG
8
    DPKG=$GBE_DPKG
9
    DPKGNAME=GBE_DPKG
9
    DPKGNAME=GBE_DPKG
10
else
10
else
11
    echo "Error: No suitable package store found"
11
    echo "Error: No suitable package store found"
12
    exit 1
12
    exit 1