~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
 
111
111
# save command line
112
112
if [ "$1" != "@ARGS_PARSED@" ] ; then
113
 
    CMDLINE="`basename $0`"
 
113
    CMDLINE=`basename "$0"`
114
114
    for arg in "$@" ; do
115
115
        CMDLINE="$CMDLINE \"$arg\""
116
116
    done
122
122
#nsres=`g.region -g | grep 'nsres=' | sed s/nsres=//`
123
123
#ewres=`g.region -g | grep 'ewres=' | sed s/ewres=//`
124
124
 
125
 
PROG=`basename $0`
 
125
PROG=`basename "$0"`
126
126
 
127
127
# setting environment, so that awk works properly in all languages
128
128
unset LC_ALL