Ignore:
Timestamp:
Nov 4, 2024, 1:47:41 AM (9 months ago)
Author:
bird
Message:

header.kmk: Always zap the IFS variable so it won't confuse kmk_ash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r3632 r3654  
    794794SHELL       := $(ASH)
    795795export SHELL MAKESHELL
     796
     797# We do not pick up IFS from either the environment nor the command line, as
     798# that could lead to trouble...
     799override IFS:=
    796800
    797801# Symlinking is problematic on some platforms...
Note: See TracChangeset for help on using the changeset viewer.