FS#20264 - [git-1.7.2-1] /etc/bash_completion.d/git throws an error
Attached to Project:
Arch Linux
Opened by solsTiCe (zebul666) - Friday, 23 July 2010, 15:10 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 27 July 2010, 11:56 GMT
Opened by solsTiCe (zebul666) - Friday, 23 July 2010, 15:10 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 27 July 2010, 11:56 GMT
|
Details
Description:
on login, I have in my console an error about line 123 in /etc/bash_completion.d/git file syntax error near unexpected token '<' it is certainly an upstream bug. I have not reported this |
This task depends upon
Closed by Dan McGee (toofishes)
Tuesday, 27 July 2010, 11:56 GMT
Reason for closing: Won't fix
Additional comments about closing: See comments and real issue at FS#20288
Tuesday, 27 July 2010, 11:56 GMT
Reason for closing: Won't fix
Additional comments about closing: See comments and real issue at
I have that line in my /etc/rc.conf
DAEMONS=(syslog-ng @network @alsa hal netfs @cpufreq @preload gdm @fcron @cups @postfix @ddclient @privoxy)
and this happens after privoxy is launched. when gdm is launched with auto-login
I don't know what could cause this.
done < $(git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$' 2>/dev/null | tr '\0\n' '\n ')
archive thread there http://news.gmane.org/find-root.php?group=gmane.comp.version-control.git&article=151723
it seems /usr/sbin/gdm is a non-login shell (/bin/sh) script that source /etc/profile
but there is a bug in /etc/profile. it detects the shell sh as bash
so this bug could better be closed and a new one open for the /etc/profile bug
FS#20288