commit bcaeec48e0a1dc003c8c7b70497147521fece4fa
parent 12ab108ac9be2fd27700ca2f92b2a73f04ac4803
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sat, 14 Nov 2015 05:12:05 +0100
Added missing curly bracket
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -343,6 +343,7 @@ sub get_sbo_locations {
close $fh;
return %locations;
}
+}
# pull the sbo name from a $location: $config{SBO_HOME}/system/wine, etc.
sub get_sbo_from_loc {