Browse Source

toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting

SVN-Revision: 25596
Jo-Philipp Wich 15 years ago
parent
commit
d56fe0cf53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/toplevel.mk

+ 1 - 1
include/toplevel.mk

@@ -6,7 +6,7 @@
 # See /LICENSE for more information.
 #
 
-RELEASE:="Attitude Adjustment"
+RELEASE:=Attitude Adjustment
 PREP_MK= OPENWRT_BUILD= QUIET=0
 
 include $(TOPDIR)/include/verbose.mk