[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1136 - trunk/freebsd-utils/scripts/bin



Author: rmh
Date: 2006-02-05 19:13:19 +0000 (Sun, 05 Feb 2006)
New Revision: 1136

Modified:
   trunk/freebsd-utils/scripts/bin/dmesg
Log:
Ignore -n flag.

Modified: trunk/freebsd-utils/scripts/bin/dmesg
===================================================================
--- trunk/freebsd-utils/scripts/bin/dmesg	2006-02-05 18:09:39 UTC (rev 1135)
+++ trunk/freebsd-utils/scripts/bin/dmesg	2006-02-05 19:13:19 UTC (rev 1136)
@@ -4,7 +4,7 @@
 args=""
 while [ $# -gt 0 ]; do
   case "$1" in
-    -s) shift ;;
+    -s|-n) shift ;;
     *)  if [ -n "${args}" ] ; then args="${args} $1" ; else args="$1" ; fi ;;
   esac
   shift



Reply to: