mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
whitespace cleanup
This commit is contained in:
parent
3d8e850505
commit
6c81fd7759
@ -51,8 +51,8 @@ source "$os_release"
|
||||
if [[ "$ID" = rhel || "$ID_LIKE" = *rhel* ]]; then
|
||||
FAMILY=rhel
|
||||
if [ "$ID" != rhel ] && [ "$ID" != rocky ]; then
|
||||
echo "For Red Hat family distros, the Wally install script has only been tested on RHEL and Rocky Linux. Your distro \
|
||||
is $PRETTY_NAME. The regular Red Hat install will be attempted, but there will likely be issues."
|
||||
printf "%s\n" "For Red Hat family distros, the Wally install script has only been tested on RHEL and Rocky Linux. Your distro " \
|
||||
"is $PRETTY_NAME. The regular Red Hat install will be attempted, but there will likely be issues."
|
||||
fi
|
||||
if [ "${VERSION_ID:0:1}" = 8 ]; then
|
||||
RHEL_VERSION=8
|
||||
@ -65,13 +65,13 @@ is $PRETTY_NAME. The regular Red Hat install will be attempted, but there will l
|
||||
elif [[ "$ID" = ubuntu || "$ID_LIKE" = *ubuntu* ]]; then
|
||||
FAMILY=ubuntu
|
||||
if [ "$ID" != ubuntu ]; then
|
||||
echo "For Ubuntu family distros, the Wally install script has only been tested on standard Ubuntu. Your distro \
|
||||
is $PRETTY_NAME. The regular Ubuntu install will be attempted, but there may be issues."
|
||||
printf "%s\n" "For Ubuntu family distros, the Wally install script has only been tested on standard Ubuntu. Your distro " \
|
||||
"is $PRETTY_NAME. The regular Ubuntu install will be attempted, but there may be issues."
|
||||
fi
|
||||
else
|
||||
echo "The Wally install script is currently only compatible with Ubuntu and Red Hat family \
|
||||
(RHEL or Rocky Linux) distros. Your detected distro is $PRETTY_NAME. You may try manually running the \
|
||||
commands in this script, but it is likely that some will need to be altered."
|
||||
printf "%s\n" "The Wally install script is currently only compatible with Ubuntu and Red Hat family " \
|
||||
"(RHEL or Rocky Linux) distros. Your detected distro is $PRETTY_NAME. You may try manually running the " \
|
||||
"commands in this script, but it is likely that some will need to be altered."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -90,7 +90,7 @@ export PATH=$PATH:$RISCV/bin:/usr/bin
|
||||
export PKG_CONFIG_PATH=$RISCV/lib64/pkgconfig:$RISCV/lib/pkgconfig:$RISCV/share/pkgconfig:$PKG_CONFIG_PATH
|
||||
mkdir -p "$RISCV"
|
||||
|
||||
echo -e "Detected information"
|
||||
echo "Detected information"
|
||||
echo "Distribution: $PRETTY_NAME"
|
||||
echo "Version: $VERSION"
|
||||
echo "Running as root: $ROOT"
|
||||
|
@ -41,7 +41,7 @@ limit stacksize unlimited
|
||||
|
||||
setenv IDV $RISCV/ImperasDV-OpenHW
|
||||
if ($?IDV) then
|
||||
# echo "Imperas exists"
|
||||
# echo "Imperas exists"
|
||||
setenv IMPERAS_HOME $IDV/Imperas
|
||||
setenv IMPERAS_PERSONALITY CPUMAN_DV_ASYNC
|
||||
setenv ROOTDIR ~/
|
||||
|
@ -43,7 +43,7 @@ ulimit -c 234613
|
||||
|
||||
export IDV=$RISCV/ImperasDV-OpenHW
|
||||
if [ -e "$IDV" ]; then
|
||||
# echo "Imperas exists"
|
||||
# echo "Imperas exists"
|
||||
export IMPERAS_HOME=$IDV/Imperas
|
||||
export IMPERAS_PERSONALITY=CPUMAN_DV_ASYNC
|
||||
export ROOTDIR=~/
|
||||
|
Loading…
Reference in New Issue
Block a user