aboutsummaryrefslogtreecommitdiffstats
path: root/commands/nag
diff options
context:
space:
mode:
Diffstat (limited to 'commands/nag')
-rwxr-xr-xcommands/nag2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/nag b/commands/nag
index 8962d9f..f214139 100755
--- a/commands/nag
+++ b/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