diff options
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 03c7da1..cae5db5 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -577,10 +577,6 @@ function gen_filelist { for file in `find | grep -e ".tgz$"`; do ls -l $file; done > FILELIST.TXT echo "Created new FILELIST.TXT" - if [ -d "patches" ]; then - gen_patches_filelist patches - fi - } function gen_patches_filelist { |