aboutsummaryrefslogtreecommitdiff
path: root/gpigeon-template.cgi
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2021-02-24 22:50:25 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-02-24 22:51:04 +0100
commit9ec78d0f98fa72293755052a989a34d09d08bb90 (patch)
tree41e2f2e42698ed096bd90bb2216d72cecb8e884e /gpigeon-template.cgi
parenta592860f094f38c5346b4e7d1592d796df0f1e23 (diff)
downloadgpigeon-9ec78d0f98fa72293755052a989a34d09d08bb90.tar.gz
gpigeon-9ec78d0f98fa72293755052a989a34d09d08bb90.zip
closing bracket in else in notif_defined sub
Diffstat (limited to 'gpigeon-template.cgi')
-rwxr-xr-xgpigeon-template.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi
index a08a260..210cc59 100755
--- a/gpigeon-template.cgi
+++ b/gpigeon-template.cgi
@@ -37,6 +37,7 @@ sub notif_if_defined{
}
else{
return '<!-- undef -->';
+ }
}
delete @ENV{qw(IFS PATH CDPATH BASH_ENV)};