diff options
Diffstat (limited to 'webgen')
| -rwxr-xr-x | webgen | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -98,6 +98,9 @@ list_dependencies() { _mask=`echo "$1" | cut -d. -f1` _tpl=`ls -1 -- ?"$_mask" 2> /dev/null` ;; + *) + _tpl="=$1" + ;; esac if [ "$_tpl" = '' ] |
