diff host-tools.sh @ 657:a56fa2df4d82

Add MANIFEST file to mini-native-$ARCH/usr/src.
author Rob Landley <rob@landley.net>
date Fri, 27 Mar 2009 05:33:49 -0500
parents 0071f3c72d4c
children 3561574d8a56
line wrap: on
line diff
--- a/host-tools.sh	Thu Mar 26 18:32:55 2009 -0500
+++ b/host-tools.sh	Fri Mar 27 05:33:49 2009 -0500
@@ -33,7 +33,7 @@
     # Loop through each $PATH element and create a symlink to the wrapper with
     # that name.
 
-    for i in $(echo $PATH | sed 's/:/ /g')
+    for i in $(echo "$PATH" | sed 's/:/ /g')
     do
       for j in $(ls $i)
       do