summaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-25 00:05:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-25 00:05:41 +0200
commit7e750f644cbbc9ad35cbdc4f4909b52faede853d (patch)
tree8cc7a5f584e574432de5730e652ffe535e698ab6 /clean
parenta6ec2095b8940f9f9ce22f0641e743ce752c5725 (diff)
Changes for backports of R 4.0.0 to bullseye and buster
Diffstat (limited to 'clean')
-rwxr-xr-xclean4
1 files changed, 2 insertions, 2 deletions
diff --git a/clean b/clean
index b23428c..a2d5acb 100755
--- a/clean
+++ b/clean
@@ -4,14 +4,14 @@
usage()
{
-echo "Usage: ./clean [stretch|buster]"
+echo "Usage: ./clean [stretch|buster|bullseye]"
}
if [ $# -gt 1 ]; then usage; exit 1; fi
if [ $# -eq 1 ]
then
DIST=$1
- if [ $DIST != "stretch" ] && [ $DIST != "buster" ]; then usage; exit 1; fi
+ if [ $DIST != "stretch" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi
cd $DIST
fi

Contact - Imprint