aboutsummaryrefslogtreecommitdiff
path: root/tlobsd-mksymlinks
diff options
context:
space:
mode:
Diffstat (limited to 'tlobsd-mksymlinks')
-rw-r--r--tlobsd-mksymlinks5
1 files changed, 5 insertions, 0 deletions
diff --git a/tlobsd-mksymlinks b/tlobsd-mksymlinks
index efcb780..3eabe4f 100644
--- a/tlobsd-mksymlinks
+++ b/tlobsd-mksymlinks
@@ -12,6 +12,11 @@ if [[ ! -w ${TLBINDIR} ]]; then
12 exit 1 12 exit 1
13fi 13fi
14 14
15if [[ ${tlobsd} -ne 1 ]];then
16 echo "Please use 'tlobsd mksymlinks' instead of this command."
17 exit 1
18fi
19
15which svn 2>&- > /dev/null 20which svn 2>&- > /dev/null
16if [[ $? -ne 0 ]];then 21if [[ $? -ne 0 ]];then
17 echo "Please install the subversion package." 22 echo "Please install the subversion package."