type line 26, fixed
This commit is contained in:
parent
9ad3d70bc4
commit
6f8ec390c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue