Commit f5c9d6b43476d4095e523e1feae3abe07c597a40

Authored by Antonio Terceiro
1 parent 762d1925

don't echo git diff commands

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -40,7 +40,7 @@ $(upload_packages): %-upload : % %
40 40 (cd $(obsdir)/$(OBSPROJECT)/$* && osc add * && osc commit -m "update $*")
41 41  
42 42 $(diff_packages): %-diff : %
43   - git diff --no-index $(obsdir)/$(OBSPROJECT)/$*/$*.spec $*/$*.spec || true
  43 + @git diff --no-index $(obsdir)/$(OBSPROJECT)/$*/$*.spec $*/$*.spec || true
44 44  
45 45 diff: $(diff_packages)
46 46  
... ...