type line 26, fixed

This commit is contained in:
Jim Westveer 2000-11-13 06:23:52 +00:00
parent 9ad3d70bc4
commit 6f8ec390c8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ln -sf $CODENAME dists/unstable
ln -sf $CODENAME dists/frozen
# Commidity link for tools which want local in dists/local/local ...
if [-n "$LOCAL" ]
if [ -n "$LOCAL" ]
then
ln -sf $CODENAME dists/local
fi