commit 360df630f217a3a85f245d4378c1f98169cad058
parent 30ad71052cf2c1b8a7aa7cadc5ae6e631824748c
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sat, 7 May 2016 21:30:01 +0200
sboconfig: need to accept FALSE for SBO_HOME too
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sboconfig b/sboconfig
@@ -117,7 +117,7 @@ if (exists $changes{PKG_DIR}) {
usage_error("$warn -p") unless $changes{PKG_DIR} =~ qr#^(/|FALSE$)#;
}
if (exists $changes{SBO_HOME}) {
- usage_error("$warn -s") unless $changes{SBO_HOME} =~ qr#^/#;
+ usage_error("$warn -s") unless $changes{SBO_HOME} =~ qr#^(/|FALSE$)#;
}
if (exists $changes{LOCAL_OVERRIDES}) {
usage_error("$warn -o") unless $changes{LOCAL_OVERRIDES} =~ qr#^(/|FALSE$)#;