Skip to content

Commit 128e348

Browse files
author
Matthias Koeppe
committed
src/bin/sage-env: Restore lost setting of UNAME
1 parent 1713eed commit 128e348

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/sage-env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ if [ -n "$SAGE_LOCAL" -a -f "$SAGE_LOCAL"/toolchain/toolchain-env ]; then
267267
source "$SAGE_LOCAL"/toolchain/toolchain-env
268268
fi
269269

270+
# setting of the variable UNAME (describing the o.s.)
271+
export UNAME=`uname`
272+
270273
# Mac OS X-specific setup
271274
if [ "$UNAME" = "Darwin" ]; then
272275
export MACOSX_VERSION=`uname -r | awk -F. '{print $1}'`

0 commit comments

Comments
 (0)