Skip to content

Commit

Permalink
[GRASS] removed absolute path from t.list, fixes #14241
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Feb 15, 2016
1 parent 961c35a commit 5dd86aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrass.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 5dd86aa

Please sign in to comment.