fixed typo

git-svn-id: trunk@16044 -
This commit is contained in:
mattias 2008-08-12 17:27:26 +00:00
parent 0419e87a02
commit 2d27a81a8f

View File

@ -12,7 +12,7 @@ fi
LPKFiles=$(find . -name '*.lpk' | xargs)
for LPK in $LPKFiles; do
LPKName=$(echo $LPK | sed -e 's/.*\///' -e 's/.lpk//')
LPKName=$(echo $LPK | sed -e 's/.*\///' -e 's/\.lpk//')
Missing=
ls packager/globallinks/${LPKName}-*.lpl >/dev/null 2>/dev/null || Missing=1
if [ -n "$Missing" ]; then