summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-08-12 19:54:26 +0200
committermakefu <github@syntax-fehler.de>2014-08-12 19:54:26 +0200
commit5a6f311778c28232f1098848fc4a4f833f8b6256 (patch)
tree7454aed052fc375a4622d20fe946dd08d3331c79
parent7cffc09c04e1216ee091fa0fd84f5f4694068b2e (diff)
parentfda786d7fb6a8d80a340a140283d9ea7271c286d (diff)
Merge branch 'master' of ssh://github.com/krebscode/painload
-rwxr-xr-xReaktor/commands/nag2
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