From 478b2ead47a09956cadfacb8f469fb2fdee5531c Mon Sep 17 00:00:00 2001 From: clem Date: Fri, 24 Sep 2004 12:39:50 +0000 Subject: Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v" kind of errors with old xargs. --- (limited to 'libopie2') diff --git a/libopie2/tools/regen.py b/libopie2/tools/regen.py index 89385e1..2f53a14 100755 --- a/libopie2/tools/regen.py +++ b/libopie2/tools/regen.py @@ -11,7 +11,7 @@ def regenDebugMapper( basename ): Debug Mapper - maps ioctl numbers to names, e.g. 0x4x5a -> SIOCGIWNAME """ - result = os.popen( 'find /usr/include -name "*.h" |xargs grep -h SIOC|grep 0x' ).readlines() + result = os.popen( 'find /usr/include -name "*.h" |xargs -- grep -h SIOC|grep 0x' ).readlines() try: tablehfile = file( basename+".h", "w" ) @@ -269,4 +269,4 @@ Available tables: %s sys.exit( -1 ) else: func( sys.argv[2] ) - sys.exit( 0 ) \ No newline at end of file + sys.exit( 0 ) -- cgit v0.9.0.2