changeset 1768:8fc7542bc770 draft

Cosmetic improvements to record-commands.sh.
author Rob Landley <rob@landley.net>
date Mon, 08 Jun 2015 09:08:59 -0500
parents 65486697981e
children cb94b575c2d2
files more/record-commands.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/more/record-commands.sh	Thu Jun 04 20:06:54 2015 -0500
+++ b/more/record-commands.sh	Mon Jun 08 09:08:59 2015 -0500
@@ -16,7 +16,8 @@
 
 # Populate a directory of symlinks with every command in the $PATH.
 
-path_search "$PATH" "*" 'ln -s wrappy "$WRAPDIR/$FILE"' | dotprogress
+echo 'Linking $PATH to '$WRAPDIR
+path_search "$PATH" "*" 'ln -s wrappy "$WRAPDIR/$FILE"' 2>/dev/null | dotprogress
 
 # Build the wrapper
 $CC -Os "$SOURCES/toys/wrappy.c" -o "$WRAPDIR/wrappy"  || dienow