aboutsummaryrefslogtreecommitdiff
path: root/tlobsd-mksymlinks
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-04-06 09:56:54 +0200
committerRobert Alessi <alessi@robertalessi.net>2024-04-06 09:56:54 +0200
commit9cb89197622dc83ae4e16d876ccde3cd914fc625 (patch)
tree6ef097269b61dffa0a1fe0cdb3a687776c578b88 /tlobsd-mksymlinks
parenta8e1a8b86402b1d4cd0ef30fac19b5354cd1592c (diff)
downloadtexlive-openbsd-9cb89197622dc83ae4e16d876ccde3cd914fc625.tar.gz
updated README with new information on TL at Utah
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."