summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg b/commitpkg
index f815646..cca96d8 100755
--- a/commitpkg
+++ b/commitpkg
@@ -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"