Page MenuHome GnuPG

autogen.sh script not posix
Closed, ResolvedPublic

Description

Environment

debian unstable, /bin/sh is /bin/dash

Description

the file contains a test with "==" which must be "=" in posix.

How To Repeat

run autogen.sh in a posix shell

Fix

use = instead of ==

Release Note

Fixed in CVS for all Aegypten related packages

Event Timeline

Solved by removing the double test and directly using the
numerical oeprator -ge