From 9cb89197622dc83ae4e16d876ccde3cd914fc625 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 6 Apr 2024 09:56:54 +0200 Subject: updated README with new information on TL at Utah --- tlobsd-mksymlinks | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tlobsd-mksymlinks') 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 exit 1 fi +if [[ ${tlobsd} -ne 1 ]];then + echo "Please use 'tlobsd mksymlinks' instead of this command." + exit 1 +fi + which svn 2>&- > /dev/null if [[ $? -ne 0 ]];then echo "Please install the subversion package." -- cgit v1.2.3