]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - xdg-ninja.sh
Double quote `$XDG...` in shell exports
[xdg-ninja.git] / 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