]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
authorPriyalee Kushwaha <priyalee.kushwaha@intel.com>
Sat, 22 Apr 2017 17:17:11 +0000 (10:17 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 8 Jun 2017 15:25:32 +0000 (08:25 -0700)
Most OS distribution have awk in /usr/bin not in /bin
Without this patch, kernel-devsrc fails to build as
runtime dependency for srcu-cbmc script /bin/awk is
not found.

Signed-off-by: Kushwaha, Priyalee <priyalee.kushwaha@intel.com>
Acked-by: Lance Roy <ldr709@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk

index 8ff89043d0a9b0d4951f24caf35f04f7256efba6..c9e8bc5082a78d77ec34a673c11beb745a70fbdc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/awk -f
+#!/usr/bin/awk -f
 
 # Modify SRCU for formal verification. The first argument should be srcu.h and
 # the second should be srcu.c. Outputs modified srcu.h and srcu.c into the