id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1169,"Makefile.am contains non-standard shell idioms, breaking source install on at least FreeBSD",guest,duncan,"In the Makefile.am file, this (bash, I guess) idiom is used in the install-exec-hook rule:

mv somefile{.tmp,}

This is apparently supposed to be a shortcut for:

mv somefile.tmp somefile

And indeed, once I made that change, install succeeded correctly.",defect,closed,normal,0.10.2,build system,0.10.1,wontfix,,
