From 1895cfcf52abe71fc59d4001d577f36bc515ff7d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 04 2011 15:59:57 +0000 Subject: Fix the invocation of cli_printMessage function inside `brand' functionality files. --- diff --git a/Scripts/Functions/Brand/brandAnaconda.sh b/Scripts/Functions/Brand/brandAnaconda.sh index 1776d4a..7cc3138 100644 --- a/Scripts/Functions/Brand/brandAnaconda.sh +++ b/Scripts/Functions/Brand/brandAnaconda.sh @@ -92,7 +92,7 @@ function brandAnaconda { cli_checkFiles "$SOURCE" # File exists and will be installed on target. - cli_printMessage "$TARGET" "AsUpdatingLine" + cli_printMessage "$TARGET" --as-updating-line # Update file. #cp $SOURCE $TARGET diff --git a/Scripts/Functions/Brand/brandFirstboot.sh b/Scripts/Functions/Brand/brandFirstboot.sh index 71a53d9..4297274 100755 --- a/Scripts/Functions/Brand/brandFirstboot.sh +++ b/Scripts/Functions/Brand/brandFirstboot.sh @@ -65,7 +65,7 @@ function brandFirstboot { cli_checkFiles "$SOURCE" # File exists and will be installed on target. - cli_printMessage "$TARGET" "AsUpdatingLine" + cli_printMessage "$TARGET" --as-updating-line # Update file. #cp $SOURCE $TARGET