diff options
Diffstat (limited to 'tlobsd-mksymlinks')
-rw-r--r-- | tlobsd-mksymlinks | 5 |
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 |
13 | fi | 13 | fi |
14 | 14 | ||
15 | if [[ ${tlobsd} -ne 1 ]];then | ||
16 | echo "Please use 'tlobsd mksymlinks' instead of this command." | ||
17 | exit 1 | ||
18 | fi | ||
19 | |||
15 | which svn 2>&- > /dev/null | 20 | which svn 2>&- > /dev/null |
16 | if [[ $? -ne 0 ]];then | 21 | if [[ $? -ne 0 ]];then |
17 | echo "Please install the subversion package." | 22 | echo "Please install the subversion package." |