Use test instead of [.

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

View File

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