summaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-03-17 15:03:33 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-03-17 15:03:33 +0100
commit4f9aa2f54a7a4a62f7088e226232e113fe322b8b (patch)
treeec83c3c494f3b39bf0730456453bad7bfdd90d06 /clean
parent31f7c71c6247dccef89d3a5063fad1e55bfb0fc8 (diff)
Changes for 4.2.3, start bookworm
Diffstat (limited to 'clean')
-rwxr-xr-xclean4
1 files changed, 2 insertions, 2 deletions
diff --git a/clean b/clean
index a2d5acb..ba43d85 100755
--- a/clean
+++ b/clean
@@ -4,14 +4,14 @@
usage()
{
-echo "Usage: ./clean [stretch|buster|bullseye]"
+echo "Usage: ./clean [buster|bullseye|bookworm]"
}
if [ $# -gt 1 ]; then usage; exit 1; fi
if [ $# -eq 1 ]
then
DIST=$1
- if [ $DIST != "stretch" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi
+ if [ $DIST != "bookworm" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi
cd $DIST
fi

Contact - Imprint