From e1866bbc805bad55ce0ddc1e22ab6b804dffd768 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 26 Aug 2013 19:13:06 -0500 Subject: [PATCH] Update: remove unavailable script function references The install and uninstall functions were referenced but are no longer defined. Just remove their references. --- build/scripts/generate.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index cd2b0be..219de0c 100644 --- a/build/scripts/generate.sh +++ b/build/scripts/generate.sh @@ -2,7 +2,7 @@ # license: lgpl-2.1 # programmer: Kevin Day # -# The purpose of this script is to provide a simple bootstrap tool to compile and install any part of the FLL project. +# The purpose of this script is to provide a simple bootstrap tool to compile any part of the FLL project. # The dependencies of this script are: bash, grep, and sed. generate_main(){ @@ -361,8 +361,6 @@ generate_cleanup(){ unset generate_load_settings unset generate_prepare_build unset generate_operation_build - unset generate_operation_install - unset generate_operation_uninstall unset generate_operation_clean unset generate_cleanup } -- 1.8.3.1