]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added missing line ending
authorklz <ke11ett@gmail.com>
Thu, 19 May 2022 07:29:00 +0000 (08:29 +0100)
committerklz <ke11ett@gmail.com>
Thu, 19 May 2022 07:29:00 +0000 (08:29 +0100)
xdg-ninja.sh

index 6044cdf17b3e29df95e4b7da11a7b2ae70648c46..602f2628c6e3133d7fae217f78ce94fe3ef7eb41 100755 (executable)
@@ -71,7 +71,7 @@ if [ -z "${XDG_RUNTIME_DIR}" ]; then
 fi
 
 if ! command -v jq >/dev/null 2>/dev/null; then
 fi
 
 if ! command -v jq >/dev/null 2>/dev/null; then
-    printf "jq is needed to run this script, but it wasn't found. Please install it to be able to use this script."
+    printf "jq is needed to run this script, but it wasn't found. Please install it to be able to use this script.\n"
     exit
 fi
 
     exit
 fi