mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LINT: script not marked as bash-specific
CONFIG: cleanup additional build-related env variables
This commit is contained in:
@ -106,6 +106,11 @@ unsetenv FOAM_USER_APPBIN
|
||||
unsetenv FOAM_USER_LIBBIN
|
||||
unsetenv FOAM_UTILITIES
|
||||
|
||||
# Build related
|
||||
unsetenv FOAM_BUILDROOT
|
||||
unsetenv FOAM_THIRD_PARTY_BUILDROOT
|
||||
unsetenv FOAM_THIRD_PARTY_SOURCES
|
||||
|
||||
# Older, unused variables
|
||||
|
||||
# Before 1812
|
||||
|
||||
@ -95,6 +95,11 @@ unset FOAM_USER_APPBIN
|
||||
unset FOAM_USER_LIBBIN
|
||||
unset FOAM_UTILITIES
|
||||
|
||||
# Build related
|
||||
unset FOAM_BUILDROOT
|
||||
unset FOAM_THIRD_PARTY_BUILDROOT
|
||||
unset FOAM_THIRD_PARTY_SOURCES
|
||||
|
||||
# Older, unused variables
|
||||
|
||||
# Before 1812
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
createEpsT()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user