tazpkg diff modules/tazpkg-find-depends @ rev 752

Change VERSION
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Mar 23 01:18:38 2015 +0100 (2015-03-23)
parents 721c57a2f5f1
children c389814e4f9a
line diff
     1.1 --- a/modules/tazpkg-find-depends	Mon Jan 26 10:36:04 2015 +0100
     1.2 +++ b/modules/tazpkg-find-depends	Mon Mar 23 01:18:38 2015 +0100
     1.3 @@ -73,6 +73,7 @@
     1.4  	done
     1.5  
     1.6  	spc=""
     1.7 +	[ -s $TMP_DIR/depends ] &&
     1.8  	sort < $TMP_DIR/depends 2> /dev/null | uniq | \
     1.9  	while read file; do
    1.10  		echo -n "$spc$file"