Skip to content

Commit

Permalink
compile_addons_git.sh: error msg cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Oct 16, 2020
1 parent abfd403 commit eec2f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cronjobs_osgeo_lxd/compile_addons_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This script compiles GRASS Addons, it's called by cron_grass78_releasebranch_78_build_bins.sh | cron_grass7_HEAD_build_bins.sh

if [ -z "$3" ]; then
echo "usage: $0 git_path topdir addons_path grass_startup_program [separate]"
echo "Usage: $0 git_path topdir addons_path grass_startup_program [separate]"
echo "eg. $0 ~/src/grass_addons/grass7/ \
~/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu \
~/.grass7/addons \
Expand All @@ -29,7 +29,7 @@ if [ ! -d "$3" ] ; then
fi

if [ -z "$4" ] ; then
echo "Set GRASS startup program arg parameter path"
echo "ERROR: Set GRASS GIS startup program with full path (e.g., ~/src/releasebranch_7_8/bin.x86_64-pc-linux-gnu/grass78)"
exit 1
fi

Expand Down

0 comments on commit eec2f5f

Please sign in to comment.