[pkg-wine-party] Bug#787856: /usr/bin/wine{, -development}: Handle WINEPREFIX with spaces

Jack debian at jack.fr.eu.org
Fri Jun 5 17:35:06 UTC 2015


Package: wine-development
Version: 1.7.41-1
Severity: minor
File: /usr/bin/wine-development

Dear Maintainer,

Please apply that patch, to fix the code when WINEPREFIX contain spaces :
--- /usr/bin/wine-development	2015-04-18 22:28:58.000000000 +0200
+++ /usr/bin/wine-development.new	2015-06-05 19:33:31.447855007 +0200
@@ -20,7 +20,7 @@
     exit 1
 fi
 
-if test -z $WINEPREFIX; then
+if test -z "$WINEPREFIX"; then
     if test "$wine" = "$wine64"; then
         wineprefix=$HOME/.wine64
     else

Thanks for maintening!


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages wine-development:i386 depends on:
ii  wine32-development  1.7.44-2

wine-development:i386 recommends no packages.

Versions of packages wine-development:i386 suggests:
pn  binfmt-support             <none>
pn  ttf-mscorefonts-installer  <none>

-- no debconf information



More information about the pkg-wine-party mailing list