david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 23.01.2013 11:46

This commit is contained in:
david 2013-01-23 11:46:40 +01:00
parent 0537786b92
commit 64951d5f02
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ installdeps()
for dep in $deps; do
if [ $(command -v $dep > /dev/null; echo $?) -ne "0" ]; then
missingdeps="$missingdeps $dep"
((i++))
i=$((i+1))
fi
done