ltt-armall: head -1 is deprecated, replace by head -n 1
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 4 Dec 2009 16:10:26 +0000 (11:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 4 Dec 2009 16:10:26 +0000 (11:10 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.in
lttctl/ltt-armall.sh
lttctl/ltt-disarmall.sh

index e4805d07c275c7aa5ab3172059b6a12d524d1fb6..81c21c3ab3385b817e14f0b3039f2eb3b0d1bd3b 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(ltt-control,0.77-18112009)
+AM_INIT_AUTOMAKE(ltt-control,0.78-04122009)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index 307f0b13f6084d1112105beea794c51bab874ed7..9b740d1cfd9b0e7dc85112f79000a8ae18ccccbc 100755 (executable)
@@ -14,7 +14,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
+DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
 MARKERSROOT=${DEBUGFSROOT}/ltt/markers
 
 usage () {
index 64e65a426a7280fb74e2f0bc3433a5d66294a4c9..4f4fdcab7f5012c2be48f0d26404d3757c4ff570 100755 (executable)
@@ -14,7 +14,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
+DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
 MARKERSROOT=${DEBUGFSROOT}/ltt/markers
 
 usage () {
This page took 0.023624 seconds and 4 git commands to generate.