diff more/record-commands.sh @ 1559:f0315ac24c40

Call record-commands.sh from buildall.sh.
author Rob Landley <rob@landley.net>
date Tue, 13 Nov 2012 13:56:04 -0600
parents e2f722cc97a6
children e4ff2cf4ac62
line wrap: on
line diff
--- a/more/record-commands.sh	Tue Nov 13 13:55:10 2012 -0600
+++ b/more/record-commands.sh	Tue Nov 13 13:56:04 2012 -0600
@@ -11,7 +11,7 @@
 echo "=== Setting up command recording wrapper"
 
 [ -f "$WRAPDIR/wrappy" ] && PATH="$OLDPATH"
-[ -f "$HOSTTOOLS/busybox" ] && PATH="$(hosttools_path)"
+[ -f "$HOSTTOOLS/toybox" ] && PATH="$(hosttools_path)"
 blank_tempdir "$WRAPDIR"
 
 # Populate a directory of symlinks with every command in the $PATH.