Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
release 1.3.04
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Mar 26, 2017
1 parent e29104f commit 520b9a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions bin/nmon_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# - prevent AIX error messages related to LIBPATH and rpm
# - PowerLinux binaries identification failures

# Version 1.3.36
# Version 1.3.37

# For AIX / Linux / Solaris

Expand Down Expand Up @@ -569,13 +569,13 @@ if [ ! -x "$NMON" ];then
case ${BYTE_ORDER} in

# Big endian
0 )
"be" )
NMON="${APP_VAR}/bin/linux/${linux_vendor}/nmon_${ARCH_NAME}_${linux_vendor}${linux_mainversion}_be"

;;

# Little endian
1)
"le")
NMON="${APP_VAR}/bin/linux/${linux_vendor}/nmon_${ARCH_NAME}_${linux_vendor}${linux_mainversion}_le"
;;

Expand Down Expand Up @@ -616,13 +616,13 @@ if [ ! -x "$NMON" ];then
case ${BYTE_ORDER} in

# Big endian
0 )
"be" )
NMON="${APP_VAR}/bin/linux/${linux_vendor}/nmon_${ARCH_NAME}_${linux_vendor}${linux_mainversion}_be"

;;

# Little endian
1)
"le")
NMON="${APP_VAR}/bin/linux/${linux_vendor}/nmon_${ARCH_NAME}_${linux_vendor}${linux_mainversion}_le"
;;

Expand Down Expand Up @@ -692,13 +692,13 @@ if [ ! -x "$NMON" ];then
case ${BYTE_ORDER} in

# Big endian
0 )
"be" )
NMON="${APP_VAR}/bin/linux/${linux_vendor}/nmon_${ARCH_NAME}_${linux_vendor}${linux_mainversion}_be"

;;

# Little endian
1)
"le")
NMON="${APP_VAR}/bin/linux/${linux_vendor}/nmon_${ARCH_NAME}_${linux_vendor}${linux_mainversion}_le"
;;

Expand Down Expand Up @@ -744,13 +744,13 @@ if [ ! -x "$NMON" ];then
case ${BYTE_ORDER} in

# Big endian
0 )
"be" )
NMON="${APP_VAR}/bin/linux/generic/nmon_linux_${ARCH_NAME}_be"

;;

# Little endian
1)
"le")
NMON="${APP_VAR}/bin/linux/generic/nmon_linux_${ARCH_NAME}_le"
;;

Expand Down Expand Up @@ -802,13 +802,13 @@ if [ ! -x "$NMON" ];then
case ${BYTE_ORDER} in

# Big endian
0 )
"be" )
NMON="${APP_VAR}/bin/linux/generic/nmon_linux_${ARCH_NAME}_be"

;;

# Little endian
1)
"le")
NMON="${APP_VAR}/bin/linux/generic/nmon_linux_${ARCH_NAME}_le"
;;

Expand Down
2 changes: 1 addition & 1 deletion default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = TA-nmon
[launcher]
author = Guilhem Marchand
description = Technical Addon for Nmon Performance Monitor
version = 1.3.03
version = 1.3.04

0 comments on commit 520b9a5

Please sign in to comment.