Version: 1.0.0-beta5 (using KDE 4.3.1) Compiler: n/a n/a OS: NetBSD Installed from: NetBSD pkgsrc The script utilities/scripts/cleanup_digikamdb uses the unportable bash "==" comparison operator for test(1). It is not supported by most other shells or even test(1) from GNU coreutils. Please use "=" instead.
Created attachment 37454 [details] Patch fixing the problem.
Note: I know that it has "#!/bin/bash" at the beginning, but the script works fine otherwise and could be changed to just use /bin/sh instead.
SVN commit 1032924 by aclemens: Use more portable comparison operator. Thanks to Thomas Klausner. BUG:209906 M +3 -3 cleanup_digikamdb WebSVN link: http://websvn.kde.org/?view=rev&revision=1032924