mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
fixed typo
git-svn-id: trunk@16044 -
This commit is contained in:
parent
0419e87a02
commit
2d27a81a8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user