This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Install error with rebase 4.0.0-1



Marc Girod wrote:
> 
> Sorry. This made a difference on the command line, but not in the file.
> 
Is there something wrong in redirecting xauth's stderr to /dev/null?
It complains that the file doesn't exist, and indeed just made sure to
remove it...

    trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
    xauth -q -f "$xserverauthfile" 2>/dev/null << EOF
add :$dummy . $mcookie
EOF

Marc
-- 
View this message in context: http://old.nabble.com/Install-error-with-rebase-4.0.0-1-tp32705124p32708885.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]