diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 15:16:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 15:16:18 (EDT) |
commit | 75dc62a154edda856372f2fc59b82684cd08dd7e (patch) | |
tree | adc7dc48eb7b32b5a874a8629599dcf132e47e9a | |
parent | f34a86e5b4b3fee0bd5b5200ab090a56690c6356 (diff) |
Makefile.am: Add spaces around "="
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1a2b918..438efe9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -KEY='2250 31F0 47FF E516 63ED 516F 1A45 9ECD E4D6 04BE' +KEY = '2250 31F0 47FF E516 63ED 516F 1A45 9ECD E4D6 04BE' if IN_GIT PACKAGE_VERSION_GIT = $$(git describe --tags --dirty | sed 's|^[^/-]*[/-]||') |