]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #47 from Kellett/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Thu, 19 May 2022 09:11:01 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 09:11:01 +0000 (11:11 +0200)
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
-    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