cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / sudo / install.sh
index 6b370606fd7328b6849f15d80548992f87e6ade1..4724b3dc911bcadab365168c4e16b59953070bc8 100644 (file)
@@ -4,8 +4,8 @@ set -u
 {
 
     if [ -z "$(command -v sudo)" ]; then
-        >&2 echo "Error: on Linux and BSD you should install sudo via the native package manager"
-        >&2 echo "       for example: apt install -y sudo"
+        echo >&2 "Error: on Linux and BSD you should install sudo via the native package manager"
+        echo >&2 "       for example: apt install -y sudo"
         exit 1
     else
         echo "'sudo' already installed"