diff options
Diffstat (limited to 'samples/samples.mk')
-rw-r--r-- | samples/samples.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index 2a5ac629..fa5134d7 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -90,8 +90,8 @@ $(CT_SAMPLES): @echo '***********************************************************' @echo $(SILENT)( . $(call sample_dir,$@)/reported.by; \ - echo "Initially reported by: $${reporter_name:-Yann E. MORIN}"; \ - echo "URL: $${reporter_url:-http://ymorin.is-a-geek.org/}"; \ + echo "Initially reported by: $${reporter_name}"; \ + echo "URL: $${reporter_url}"; \ if [ -n "$${reporter_comment}" ]; then \ echo ; \ echo "Comment:"; \ |