Remove redundant semicolon ;
authora1346054 <36859588+a1346054@users.noreply.github.com>
Fri, 22 Oct 2021 19:25:01 +0000 (19:25 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 1 Nov 2021 10:38:15 +0000 (10:38 +0000)
web/upload.sh

index 3f3d6aa..fb6fc36 100755 (executable)
@@ -2,7 +2,7 @@
 
 if [ "${PWD##*/}" != "web" ] ; then
   echo $0 must be called from directory \"web\"
-  exit 1;
+  exit 1
 fi
 
 # later we can include user manual