diff options
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index adf2b47aae..afe97b5f9d 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -246,7 +246,7 @@ if [ "$FSTYPE" = "nfs" ]; then NFSD_PORT=$[ 11111 + $NFS_INSTANCE ] UNFS_OPTS="nfsvers=2,mountprog=$MOUNTD_PORT,nfsprog=$NFSD_PORT,udp" - PSEUDO_LOCALSTATEDIR=~/.poky-sdk/pseudo + PSEUDO_LOCALSTATEDIR=~/.runqemu-sdk/pseudo export PSEUDO_LOCALSTATEDIR rpcbind_running=`ps ax | grep rpcbind | grep -v grep | wc -l` |