summaryrefslogtreecommitdiff
path: root/lib/sbin/ThornDoc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/ThornDoc')
-rwxr-xr-xlib/sbin/ThornDoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/ThornDoc b/lib/sbin/ThornDoc
index 9f6ca172..eaaabff4 100755
--- a/lib/sbin/ThornDoc
+++ b/lib/sbin/ThornDoc
@@ -14,7 +14,7 @@ for arr in `cd arrangements; echo *`; do
if test -d arrangements/$arr; then
for th in `cd arrangements/$arr; echo *`; do
if test -d arrangements/$arr/$th; then
- if test -z "$selection" || test "$th" == "$selection"; then
+ if test -z "$selection" || test "$th" = "$selection"; then
if test -e arrangements/$arr/$th/doc/documentation.tex; then
echo " Processing thorn $arr/$th..."