diff options
author | Andre Heider | 2010-05-04 23:12:16 +0000 |
---|---|---|
committer | Andre Heider | 2010-05-04 23:12:16 +0000 |
commit | 4b1cb26a394a924ced715f9128f2c63de5185efa (patch) | |
tree | d0a17723f38abcb5b4743d0bd084639870d246b9 /Makefile.common | |
parent | 27e1681fea7b251fc006673c020ae5af152e6aa8 (diff) | |
download | scummvm-rg350-4b1cb26a394a924ced715f9128f2c63de5185efa.tar.gz scummvm-rg350-4b1cb26a394a924ced715f9128f2c63de5185efa.tar.bz2 scummvm-rg350-4b1cb26a394a924ced715f9128f2c63de5185efa.zip |
Remove spurious quotes.
svn-id: r48949
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 9d9676550e..92073ae2cf 100644 --- a/Makefile.common +++ b/Makefile.common @@ -169,7 +169,7 @@ VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-) # Get Subversion's working copy information ###################################################################### -ifneq ($(shell svn info $(srcdir) 1>/dev/null 2>&1 || echo "error"),"error") +ifneq ($(shell svn info $(srcdir) 1>/dev/null 2>&1 || echo "error"),error) SVNROOT := $(srcdir) ifeq ($(origin VER_SVNREV), undefined) # Get the working copy base revision |