]> gitweb.fluxo.info Git - trashman.git/commitdiff
Fix: syntax
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 9 Dec 2022 12:14:10 +0000 (09:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 9 Dec 2022 12:14:10 +0000 (09:14 -0300)
share/trashman/trashman/debian

index 4b9530fb9d960904895364051e29b675b5935525..db737ff49eb0866bdb410b9293d38cdd2cab0348 100644 (file)
@@ -64,7 +64,7 @@ trashman_install_apt_key() {
 
 # Determine Debian major version name
 trashman_debian_major_version_name() {
-  if [ ! -e "/etc/debian_version" ];
+  if [ ! -e "/etc/debian_version" ]; then
     return 1
   fi