check install files, too

This commit is contained in:
Pierre Schmitz 2010-02-11 23:48:06 +01:00
parent c39e59892d
commit 611314a740
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ else
fi
# check if all local source files are under version control
(for s in ${source[@]}; do
(for s in ${source[@]} $install; do
echo $s | grep -vq '://' && \
svn status $s | grep -q '?' && \
abort "$s is not under version control"