allow_symlinks_before_srcdir is a boolean

master
Joey Hess 2008-10-29 14:11:09 -04:00
parent 5b7677faba
commit 7237fc7f2e
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ sub getsetup () { #{{{
rebuild => 0,
},
allow_symlinks_before_srcdir => {
type => "string",
type => "boolean",
default => 0,
description => "allow symlinks in the path leading to the srcdir (potentially insecure)",
safe => 0,