Fix minor EBN issues

wilder^2
Yuri Chornoivan 8 years ago
parent 685e68eab3
commit 9e747e443a
  1. 2
      modules/ksb/Application.pm
  2. 4
      modules/ksb/BuildContext.pm
  3. 2
      modules/ksb/Util.pm

@ -1015,7 +1015,7 @@ sub _parseModuleSetOptions
# filehandle - The I/O object to read from. Must handle _eof_ and _readline_ # filehandle - The I/O object to read from. Must handle _eof_ and _readline_
# methods (e.g. <IO::Handle> subclass). # methods (e.g. <IO::Handle> subclass).
# #
# deferredOptions - An out paramter: a hashref holding the options set by any # deferredOptions - An out parameter: a hashref holding the options set by any
# 'options' blocks read in by this function. Each key (identified by the name # 'options' blocks read in by this function. Each key (identified by the name
# of the 'options' block) will point to a hashref value holding the options to # of the 'options' block) will point to a hashref value holding the options to
# apply. # apply.

@ -310,7 +310,7 @@ sub commitEnvironmentChanges
# queued. Either way the current environment will be unmodified afterward. # queued. Either way the current environment will be unmodified afterward.
# #
# First parameter is the name of the environment variable to modify # First parameter is the name of the environment variable to modify
# All remaining paramters are prepended to the current environment path, in # All remaining parameters are prepended to the current environment path, in
# the order given. (i.e. param1, param2, param3 -> # the order given. (i.e. param1, param2, param3 ->
# param1:param2:param3:existing) # param1:param2:param3:existing)
sub prependEnvironmentValue sub prependEnvironmentValue
@ -495,7 +495,7 @@ sub getLogPathFor
# Add a symlink to the latest run for this module. 'latest' itself is # Add a symlink to the latest run for this module. 'latest' itself is
# a directory under the base log directory that holds symlinks mapping # a directory under the base log directory that holds symlinks mapping
# each module name to the specific log directoy most recently used. # each module name to the specific log directory most recently used.
my $latestPath = "$baseLogPath/latest"; my $latestPath = "$baseLogPath/latest";

@ -666,7 +666,7 @@ sub unique_items
} }
# Subroutine to delete a directory and all files and subdirectories within. # Subroutine to delete a directory and all files and subdirectories within.
# Does nothing in pretend mode. An analogue to "rm -rf" from Linux. # Does nothing in pretend mode. An analog to "rm -rf" from Linux.
# Requires File::Find module. # Requires File::Find module.
# #
# First parameter: Path to delete # First parameter: Path to delete

Loading…
Cancel
Save