changeset 1701:e4ff2cf4ac62 draft

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.
author Rob Landley <rob@landley.net>
date Fri, 24 Oct 2014 07:02:44 -0500
parents 5a57035b1946
children 1829b36abc97
files more/record-commands.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.