Use = instead of ==, make solaris more happy.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19917 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-15 14:55:39 +00:00
parent 14a6f21f25
commit 35db9d6c0f

View File

@@ -32,7 +32,7 @@ for f in "$@"; do
fi fi
fi fi
for link in `sed -n -e '/SYNOPSIS/q;/DESCRIPTION/q;s/^\.Nm \([^ ]*\).*/\1/p' $srcdir/$f`; do for link in `sed -n -e '/SYNOPSIS/q;/DESCRIPTION/q;s/^\.Nm \([^ ]*\).*/\1/p' $srcdir/$f`; do
if [ "$link" == "$base" ]; then if [ "$link" = "$base" ]; then
continue continue
fi fi
if test "$cmd" = install ; then if test "$cmd" = install ; then