mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 485264 - Not enough quotes in mozprog.m4 when suggestions contain spaces r=ted
This commit is contained in:
parent
20d0770716
commit
93f76e0a2b
@ -48,7 +48,7 @@ AC_DEFUN(MOZ_PATH_PROG,
|
||||
if test "$msyshost"; then
|
||||
case "[$]$1" in
|
||||
/*)
|
||||
$1="$(cd $(dirname [$]$1) && pwd -W)/$(basename [$]$1)"
|
||||
$1="$(cd $(dirname "[$]$1") && pwd -W)/$(basename "[$]$1")"
|
||||
if test -e "[$]$1.exe"; then
|
||||
$1="[$]$1.exe"
|
||||
fi
|
||||
@ -61,7 +61,7 @@ AC_DEFUN(MOZ_PATH_PROGS,
|
||||
if test "$msyshost"; then
|
||||
case "[$]$1" in
|
||||
/*)
|
||||
$1="$(cd $(dirname [$]$1) && pwd -W)/$(basename [$]$1)"
|
||||
$1="$(cd $(dirname "[$]$1") && pwd -W)/$(basename "[$]$1")"
|
||||
if test -e "[$]$1.exe"; then
|
||||
$1="[$]$1.exe"
|
||||
fi
|
||||
|
@ -48,7 +48,7 @@ AC_DEFUN(MOZ_PATH_PROG,
|
||||
if test "$msyshost"; then
|
||||
case "[$]$1" in
|
||||
/*)
|
||||
$1="$(cd $(dirname [$]$1) && pwd -W)/$(basename [$]$1)"
|
||||
$1="$(cd $(dirname "[$]$1") && pwd -W)/$(basename "[$]$1")"
|
||||
if test -e "[$]$1.exe"; then
|
||||
$1="[$]$1.exe"
|
||||
fi
|
||||
@ -61,7 +61,7 @@ AC_DEFUN(MOZ_PATH_PROGS,
|
||||
if test "$msyshost"; then
|
||||
case "[$]$1" in
|
||||
/*)
|
||||
$1="$(cd $(dirname [$]$1) && pwd -W)/$(basename [$]$1)"
|
||||
$1="$(cd $(dirname "[$]$1") && pwd -W)/$(basename "[$]$1")"
|
||||
if test -e "[$]$1.exe"; then
|
||||
$1="[$]$1.exe"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user