Author: jfrederic.clere(a)jboss.com
Date: 2008-02-28 08:57:11 -0500 (Thu, 28 Feb 2008)
New Revision: 1394
Modified:
trunk/build/unix/util/buildroot.hpux.sh
Log:
typo
Modified: trunk/build/unix/util/buildroot.hpux.sh
===================================================================
--- trunk/build/unix/util/buildroot.hpux.sh 2008-02-28 13:06:57 UTC (rev 1393)
+++ trunk/build/unix/util/buildroot.hpux.sh 2008-02-28 13:57:11 UTC (rev 1394)
@@ -75,8 +75,9 @@
# $2 : The node name in /dev
Createdev()
{
- major=`ls -lL /dev/$2 | awk ' { print $5 } ' | sed 's:,::'`:w
+ major=`ls -lL /dev/$2 | awk ' { print $5 } ' | sed 's:,::'`
minor=`ls -lL /dev/$2 | awk ' { print $6 } '`
+ echo "/usr/sbin/mknod $1/$2 c $major $minor"
sudo /usr/sbin/mknod $1/$2 c $major $minor
}
Show replies by date