Skip to content

Commit fe77aa0

Browse files
committed
COMP: set ITHACA if needed within Allwmake
1 parent 5f63afe commit fe77aa0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Allwmake

+13
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ fi
7474

7575
#------------------------------------------------------------------------------
7676

77+
if [ ! -d "$LIB_ITHACA" ]
78+
then
79+
echo "ITHACA environment not set. Attempting that now..."
80+
. "$PWD"/etc/bashrc || false
81+
fi
82+
83+
[ -d "$LIB_ITHACA" ] || {
84+
echo "Error: no ITHACA environment"
85+
exit 2
86+
}
87+
88+
89+
#------------------------------------------------------------------------------
7790
#
7891
# src
7992
#

0 commit comments

Comments
 (0)