Commit 611314a7 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

check install files, too

parent c39e5989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"