diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-14 05:12:05 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-14 05:12:05 +0100 |
commit | bcaeec48e0a1dc003c8c7b70497147521fece4fa (patch) | |
tree | 45a422fd38d47075fd89ee8ae084099877e33973 /SBO-Lib/lib/SBO/Lib.pm | |
parent | 12ab108ac9be2fd27700ca2f92b2a73f04ac4803 (diff) | |
download | sbotools2-bcaeec48e0a1dc003c8c7b70497147521fece4fa.tar.xz |
Added missing curly bracket
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 98d5517..56bca0c 100644 --- 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 { |