diff options
author | makefu <github@syntax-fehler.de> | 2014-08-12 19:54:26 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-08-12 19:54:26 +0200 |
commit | 5a6f311778c28232f1098848fc4a4f833f8b6256 (patch) | |
tree | 7454aed052fc375a4622d20fe946dd08d3331c79 /Reaktor | |
parent | 7cffc09c04e1216ee091fa0fd84f5f4694068b2e (diff) | |
parent | fda786d7fb6a8d80a340a140283d9ea7271c286d (diff) |
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'Reaktor')
-rwxr-xr-x | Reaktor/commands/nag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/nag b/Reaktor/commands/nag index 8962d9fb..f2141392 100755 --- a/Reaktor/commands/nag +++ b/Reaktor/commands/nag @@ -55,7 +55,7 @@ for i in \ missing_owners \ missing_mailtos do - eval "offenders=\$$i; nag_msg=\$nag_$i" + eval "offenders=\${$i-}; nag_msg=\$nag_$i" if test -n "$offenders"; then echo $nag_msg: $offenders did_nag=true |