aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-07 21:30:01 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-07 21:30:01 +0200
commit360df630f217a3a85f245d4378c1f98169cad058 (patch)
tree986f68798e9cfa95fc275d0092188e3404626934
parent30ad71052cf2c1b8a7aa7cadc5ae6e631824748c (diff)
downloadsbotools2-360df630f217a3a85f245d4378c1f98169cad058.tar.xz
sboconfig: need to accept FALSE for SBO_HOME too
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index b0f9bb0..708310e 100755
--- 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$)#;