diff options
-rw-r--r-- | .config/wmii-hg/workarounds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii-hg/workarounds.sh b/.config/wmii-hg/workarounds.sh index b3d50fe..c0b6f31 100644 --- a/.config/wmii-hg/workarounds.sh +++ b/.config/wmii-hg/workarounds.sh @@ -24,7 +24,7 @@ systemd-notify() { --) shift 1; break;; esac done - + local our_env=() if $arg_ready; then our_env+=("READY=1") |