~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to setup/fake-subst.sh

  • Committer: Sébastien Hinderer
  • Date: 2015-08-10 12:22:12 UTC
  • mto: (4116.2.93)
  • mto: This revision was merged to the branch mainline in revision 4121.
  • Revision ID: git-v1:848f85e256516330c06f5fd8dc782b854ed9aa03
Remove a bunch of trailing whitespaces and blank lines at end of files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#
36
36
# Before we actually try to substitute a given
37
 
# command, we first try to execute the original command 
 
37
# command, we first try to execute the original command
38
38
#
39
39
 
40
40
# Check if the given program exists.
141
141
  exit 0
142
142
else
143
143
  # fallback case
144
 
  echo "fake-subst.sh: no substitution for: ${cmdline}. Running the 
 
144
  echo "fake-subst.sh: no substitution for: ${cmdline}. Running the
145
145
original." 1>&2
146
146
  exec $@
147
147
fi