]> Kevux Git Server - kit-legacy/commitdiff
Bugfix: rename functions that should be kit_core_* and not standard_*
authorKevin Day <thekevinday@gmail.com>
Tue, 30 Jul 2013 05:55:06 +0000 (00:55 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 30 Jul 2013 05:55:06 +0000 (00:55 -0500)
sources/sh/kit-core

index 30aa5c60c2b80fb1adc6a099b0533eaf5e214371..720e4d7d4a47dc80d3273e64f3c593fc85e1ea0a 100755 (executable)
@@ -125,11 +125,11 @@ kit_core_directory_ending(){
   echo -n $(echo $i | sed -e 's|/*$|/|')
 }
 
-standard_datetimestamp(){
+kit_core_datetimestamp(){
   echo -n $(date +%Y-%m-%dT%H:%M:%S%z)
 }
 
-standard_datetimestamp_safe(){
+kit_core_datetimestamp_safe(){
   echo -n $(date +%Y_%m_%d-%H_%M_%S%z)
 }