~ubuntu-branches/ubuntu/intrepid/grass/intrepid

« back to all changes in this revision

Viewing changes to scripts/r.shaded.relief/r.shaded.relief

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2008-04-06 17:08:21 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080406170821-7l3d3ulh4g8crwcs
Tags: 6.2.3-2.1
* NMU during credativ BSP 2008
* using patch from Moritz Muehlenhoff <jmm@inutil.org> to fix
  FTBFS with GCC 4.3: missing #includes
  (closes: #461673)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
#############################################################################
20
20
#
 
21
#   July 2007 - allow input from other mapsets (Brad Douglas)
 
22
#
21
23
#   May 2005 - fixed wrong units parameter (Markus Neteler)
22
24
#
23
25
#   September 2004 - Added z exaggeration control (Michael Barton) 
143
145
fi
144
146
 
145
147
if [ -z "$GIS_OPT_SHADEDMAP" ]; then
146
 
    ELEVSHADE="${elev}.shade"
 
148
    ELEVSHADE="${elev%%@*}.shade"
147
149
else
148
150
    ELEVSHADE="$GIS_OPT_SHADEDMAP"
149
151
fi