Skip to content

Commit

Permalink
v13.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenlunkes committed Apr 3, 2024
1 parent abe5cfb commit 4584ba7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ esac

}

manageComponentConstruction()
manageComponentBuild()
{

mkdir -p $DISTRO_DIRECTORY
Expand Down Expand Up @@ -499,7 +499,7 @@ allDone

}

hexagonixConstructor()
hexagonixBuilder()
{

MSG="Building the Hexagonix"
Expand Down Expand Up @@ -691,7 +691,7 @@ fi

# Now the system files will be generated...

hexagonixConstructor
hexagonixBuilder

# Now the system image will be prepared...

Expand Down Expand Up @@ -1903,7 +1903,7 @@ PT6=$6
# These variables MUST be exported. They must be accessible to child shell instances

export HX_NAME=$0
export HX_VERSION="13.19.1"
export HX_VERSION="13.19.2"

# Variables and constants used in build and QEMU

Expand Down Expand Up @@ -2008,7 +2008,7 @@ case $1 in
-v) manageVirtualMachines; exit;;
-i) manageBuild; exit;;
-h) showMainHelp; exit;;
-b) manageComponentConstruction; exit;;
-b) manageComponentBuild; exit;;
-br) infoRepo; exit;;
-u) updateRepositories; exit;;
-ui) updateDiskImages; exit;;
Expand Down

0 comments on commit 4584ba7

Please sign in to comment.