Comment 7 for bug 175772

Revision history for this message
Agostino Russo (ago) wrote :

better still:

- if [ -f "$loop_file" ]; then
+ if [ -n "$loop_file" ]; then