Replace define macro with global
Zbyszek noted global is preferred to define in a review comment.
This commit is contained in:
parent
7fee63c813
commit
36a22f247c
@ -1,7 +1,7 @@
|
|||||||
%if 0%{?eln}
|
%if 0%{?eln}
|
||||||
%define default_name ELN
|
%global default_name ELN
|
||||||
%else
|
%else
|
||||||
%define default_name Fedora
|
%global default_name Fedora
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user