fixed bugs, no more config.h, updated manpage, new libdraw

This commit is contained in:
Connor Lane Smith 2010-08-02 14:22:54 +01:00
parent a3606ecb0e
commit a7aee433cc
7 changed files with 162 additions and 220 deletions

View file

@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
done | sort | uniq > "$CACHE".$$ &&
done | sort -u > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi