Dammit, the message lost all its formatting.<br><br>

Let me repeat it:<br><br>

This happens if the <i>shopt -s nullglob extglob;</i> command is not recognised in
the script. I guess that for some reason, the script is not using bash.<br><br>

Include this line at the beginning of the script, to identify which shell
you're using:

<pre>ps -p $$</pre>

For instance, if your script uses <i>zsh </i>instead of <i>bash</i>, the command
should be:

<pre>setopt nullglob extglob;</pre>




        
        
        
<br/><hr align="left" width="300" />
Sent from the <a href="http://digikam.1695700.n4.nabble.com/digikam-users-f1735189.html">digikam-users mailing list archive</a> at Nabble.com.<br/>