Bug 206887 - syntax error in /etc/kde/env/gpg-agent-startup.sh
Summary: syntax error in /etc/kde/env/gpg-agent-startup.sh
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnupg2
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-17 19:15 UTC by Radek Bíba
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-31 21:17:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Radek Bíba 2006-09-17 19:15:36 UTC
Description of problem:
I just found this when examininig /tmp/xses-$USER.XXXXXX:

/etc/kde/env/gpg-agent-startup.sh: line 10: test: too many arguments

Line 10 reads:
>>> if ! test -S ${GPG_SOCKET} -o ! test -O ${GPG_SOCKET} ; then <<<
which is incorrect. The "-o ! test..." is passed to test(1). Did you mean:
>>> if ! test -S ${GPG_SOCKET} -o ! -O ${GPG_SOCKET} ; then <<<
?

Version-Release number of selected component (if applicable):
gnupg2-1.9.22-1.fc5

Comment 1 Rex Dieter 2006-10-31 21:17:40 UTC
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-6
- fix "syntax error in gpg-agent-startup.sh" (#206887)


Note You need to log in before you can comment on or make changes to this bug.