git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74158 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -3,7 +3,7 @@
# name of binary:
GRASSBIN=grass77
# source code directory as full path:
-GRASSSRC="$HOME/software/grass77"
+GRASSSRC="$(realpath ../../)"
# temporary grassdata directory
GRASSDATA="$HOME/grassdata/tests-grassdata"
@@ -35,7 +35,7 @@ echo "Usage:
$0 [conf_file]
Example:
- $0 ${CONF}
+ $0 ./${CONF}
"
}