summaryrefslogtreecommitdiffstats
path: root/solenv/bin
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/make-raspbian-root-tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/make-raspbian-root-tarball b/solenv/bin/make-raspbian-root-tarball
index a6540e9f9b1e..71054095715b 100755
--- a/solenv/bin/make-raspbian-root-tarball
+++ b/solenv/bin/make-raspbian-root-tarball
@@ -61,7 +61,7 @@ rm $FILELIST
cd $STAGINGDIR
# Change absolute symlinks to relative
-find . -type l | xargs ls -ld | grep -- '-> /' |
+find . -type l -print0 | xargs -0 ls -ld | grep -- '-> /' |
while read mode links user group size month day yearortime link arrow target; do
target=`echo "$target" | sed -e 's,/,..;,'`
while test `expr index $target /` -gt 0; do