# HG changeset patch # User Rob Landley # Date 1414152164 18000 # Node ID e4ff2cf4ac624d3e392d260cc9d9dbe36fd02680 # Parent 5a57035b1946955eba16ec779b7023976255ae10 Don't let NO_CLEANUP prevent record-commands.sh from removing old links when host-tools.sh switches from wrapping host $PATH to wrapping build/host command set. diff -r 5a57035b1946 -r e4ff2cf4ac62 more/record-commands.sh --- a/more/record-commands.sh Wed Oct 22 11:02:57 2014 -0500 +++ b/more/record-commands.sh Fri Oct 24 07:02:44 2014 -0500 @@ -12,7 +12,7 @@ [ -f "$WRAPDIR/wrappy" ] && PATH="$OLDPATH" [ -f "$HOSTTOOLS/toybox" ] && PATH="$(hosttools_path)" -blank_tempdir "$WRAPDIR" +NO_CLEANUP= blank_tempdir "$WRAPDIR" # Populate a directory of symlinks with every command in the $PATH.