aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-28 14:23:55 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-03-28 14:23:55 +0100
commitb72fc627eb5200eb39b0c8f3f3ccb92a57eeb806 (patch)
tree90851db8042b93baa14512320b325b179ea3c97d
parentc69d8bd12f63d8b739bf5bb8f3baf5d234c1842a (diff)
downloadtexlive-openbsd-b72fc627eb5200eb39b0c8f3f3ccb92a57eeb806.tar.gz
tlobsd use basename to recall its name
-rw-r--r--tlobsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tlobsd b/tlobsd
index 9655167..3e8d7ca 100644
--- a/tlobsd
+++ b/tlobsd
@@ -13,8 +13,8 @@ elif [[ $1 == "mksymlinks" ]];then
13 tlobsd-mksymlinks $2 13 tlobsd-mksymlinks $2
14# something that is unknown to tlobsd 14# something that is unknown to tlobsd
15else 15else
16 echo "$1 is not known to $0. You should use:" 16 echo "$1 is not known to $(basename $0). You should use:"
17 echo "--> ${cmd}" 17 echo "--> ${cmd}"
18 echo "instead of:" 18 echo "instead of:"
19 echo "--> $0 ${cmd}" 19 echo "--> $(basename $0) ${cmd}"
20fi 20fi