Magellan Linux

Contents of /trunk/dracut/patches/dracut-026-busybox-compat-sort.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2122 - (show annotations) (download)
Tue Mar 19 12:59:51 2013 UTC (11 years, 1 month ago) by niro
File size: 379 byte(s)
-more busybox compat
1 diff -Naur dracut-026/dracut.sh dracut-026-magellan/dracut.sh
2 --- dracut-026/dracut.sh 2013-03-08 06:07:48.000000000 +0000
3 +++ dracut-026-magellan/dracut.sh 2013-03-19 15:14:13.473000000 +0000
4 @@ -246,7 +246,7 @@
5 [[ -f $i ]] && echo ${i##*/}
6 done
7 shift
8 - done | sort -Vu
9 + done | sort -u
10 )
11
12 for f in $files; do