[GRASS] removed absolute path from t.list, fixes #14241

This commit is contained in:
Radim Blazek 2016-02-15 08:53:36 +01:00
parent 961c35aeb5
commit 5dd86aabfa

View File

@ -1546,7 +1546,7 @@ QStringList QgsGrass::grassObjects( const QgsGrassObject& mapsetObject, QgsGrass
|| type == QgsGrassObject::Str3ds || type == QgsGrassObject::Stds )
{
#if GRASS_VERSION_MAJOR >= 7
QString cmd = gisbase() + "/scripts/t.list";
QString cmd = "t.list";
QStringList arguments;