update comments

This commit is contained in:
belliash 2012-01-05 01:49:43 +01:00
parent 2e95cec195
commit c7a348ab76
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ function cleanLog() {
} }
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Completely removes temp directory # Completely removes whole temp directory
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
function cleanTemp() { function cleanTemp() {
rm -rf ${TEMPDIR} &> /dev/null rm -rf ${TEMPDIR} &> /dev/null
@ -62,7 +62,7 @@ function makeDirectory() {
} }
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Creates a symbolic link between to files in specified target directory # Creates a symbolic link between two files in specified target directory
# Parameters: %source% %target% # Parameters: %source% %target%
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
function makeLink() { function makeLink() {