Removed superfluous "" and '' when assigning an empty value to bash variables in *.conf

This commit is contained in:
Alejandro Mery
2008-01-25 21:52:24 -05:00
parent d55b9fa1d2
commit c493a15bc3
156 changed files with 723 additions and 587 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../springframework/springframework.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@@ -19,8 +19,8 @@
# Prevent executing normal make and install build steps.
# this binary package does not follow the normal build
# commands: configure; make; make install.
makeopt=''
makeinstopt=''
makeopt=
makeinstopt=
# Custom installation.
spring_postmake() {