From 7f843d3dcc4863e508337dafd1922b7a72ab4477 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 8 Nov 2019 10:24:41 +0100 Subject: update-all.in: less quotes for screen and urxvt --- update-all.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update-all.in') diff --git a/update-all.in b/update-all.in index 6eea1a7..c82ebc6 100644 --- a/update-all.in +++ b/update-all.in @@ -37,9 +37,9 @@ pids=() for system in "${!systems[@]}"; do if [ -z "${DISPLAY}" ]; then - screen -S update-all -d -m "'$0' '${system}' '${tmp_dir}'" + screen -S update-all -d -m "${0}" "${system}" "${tmp_dir}" else - urxvt -title "${systems["${system}"]}: update-me" -e "'$0' '${system}' '${tmp_dir}'" & + urxvt -title "${systems["${system}"]}: update-me" -e "${0}" "${system}" "${tmp_dir}" & pids+=($!) fi done -- cgit v1.2.3-54-g00ecf