FS#28331 - [initscripts] 2012.01.3-1 typo in /etc/rc.d/functions
Attached to Project:
Arch Linux
Opened by Mathieu Bois (boism) - Thursday, 09 February 2012, 01:49 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 09 February 2012, 02:46 GMT
Opened by Mathieu Bois (boism) - Thursday, 09 February 2012, 01:49 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 09 February 2012, 02:46 GMT
|
Details
Description:
[initscripts] 2012.01.3-1 typo in /etc/rc.d/functions causing syntax error Steps to reproduce: sh /etc/rc.d/functions /etc/rc.d/functions: line 501: syntax error near unexpected token `<' /etc/rc.d/functions: line 501: ` done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /)' How to amend: Replace "<(findmnt" by "$(findmnt" Please get the package corrected. Best regards |
This task depends upon
Closed by Eric Belanger (Snowman)
Thursday, 09 February 2012, 02:46 GMT
Reason for closing: Not a bug
Additional comments about closing: you need to use bash:
$ bash /etc/rc.d/functions
Thursday, 09 February 2012, 02:46 GMT
Reason for closing: Not a bug
Additional comments about closing: you need to use bash:
$ bash /etc/rc.d/functions
[karol@black ~]$ head -1 /etc/rc.d/functions
#!/bin/bash