From 8ab7c43edb32396370c001ab4b48b77cf4948cf7 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Fri, 15 May 2009 22:46:04 +0000 Subject: [PATCH] stupid extra . svn path=/trunk/; revision=650 --- tools/catalyst-auto-x86.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 1838af76..8f4d2271 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -30,7 +30,7 @@ post_build() { mv *${DATESTAMP}*.iso* /home/buildsync/builds/x86/ fi cd /release/buildroot/x86-dev/builds/hardened - if [ -n "$(ls -1 stage3-i686-*${DATESTAMP}*.bz2.* 2>/dev/null)" ]; then - mv stage3-i686-*${DATESTAMP}*.bz2.* /home/buildsync/builds/x86/hardened/ + if [ -n "$(ls -1 stage3-i686-*${DATESTAMP}*.bz2* 2>/dev/null)" ]; then + mv stage3-i686-*${DATESTAMP}*.bz2* /home/buildsync/builds/x86/hardened/ fi }