FS#24002 - [makepkg] fails in a path with spaces
Attached to Project:
Pacman
Opened by Sebastien Duthil (duthils) - Saturday, 30 April 2011, 18:42 GMT
Last edited by Allan McRae (Allan) - Monday, 02 May 2011, 23:48 GMT
Opened by Sebastien Duthil (duthils) - Saturday, 30 April 2011, 18:42 GMT
Last edited by Allan McRae (Allan) - Monday, 02 May 2011, 23:48 GMT
|
Details
Description:
When using makepkg in a directory with spaces, I get the following error : /usr/bin/makepkg: line1010: ${pkg_file} : ambiguous redirection I actually foun the occurrence at /usr/bin/makepkg:1079, it's protected by quotes everywhere else. Additional info: * package version(s) pacman 3.5.2-1 bash 4.2.008-1 Steps to reproduce: Just makepkg in a directory with spaces. |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 02 May 2011, 23:48 GMT
Reason for closing: Fixed
Additional comments about closing: in git:
http://projects.archlinux.org/pacman.git /commit/?h=maint&id=8fd9037c
Monday, 02 May 2011, 23:48 GMT
Reason for closing: Fixed
Additional comments about closing: in git:
http://projects.archlinux.org/pacman.git /commit/?h=maint&id=8fd9037c
Here's the patch file.