summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-07-08 08:40:28 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-07-08 08:40:28 (GMT)
commit039e3ac3c9f185b86765b657fd1df14b2add0131 (patch)
tree5c2a126058409adc7b88599994716a900ea52c3b /unix
parent121a5628d512cc28bdf18985890a8eea0fd1175d (diff)
downloadtk-039e3ac3c9f185b86765b657fd1df14b2add0131.zip
tk-039e3ac3c9f185b86765b657fd1df14b2add0131.tar.gz
tk-039e3ac3c9f185b86765b657fd1df14b2add0131.tar.bz2
don't forget to excape quotes
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 7dc543d..9c8082b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -727,7 +727,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) ${WISH_EXE}
echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) [list load [file join \$$dir $${relative}$(TK_LIB_FILE)] Tk]";\
else \
echo "if {(\$$::tcl_platform(platform) eq \"unix\") && ([info exists ::env(DISPLAY)]";\
- echo " || ([info exists ::argv] && ("-display" in \$$::argv)))} {";\
+ echo " || ([info exists ::argv] && (\"-display\" in \$$::argv)))} {";\
echo " package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) [list load [file join \$$dir $${relative}.. bin $(TK_LIB_FILE)] Tk]";\
echo "} else {";\
echo " package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) [list load [file join \$$dir $${relative}.. bin tk${MAJOR_VERSION}${MINOR_VERSION}.dll] Tk]";\