From d604e1d6d38c19ac75f5754372619d63b7d8950f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 30 Jan 2003 08:23:53 +0000 Subject: Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab --- java/jdk13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/jdk13') diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 3e59069ca2e1..5e37fd20c049 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -160,7 +160,7 @@ pre-build: ${ECHO_MSG} "This is known to cause problems during bootstrapping."; \ exit 1; \ fi - @if [ `sysctl -n compat.linux.osname` != "Linux" ]; \ + @if [ `/sbin/sysctl -n compat.linux.osname` != "Linux" ]; \ then \ ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \ ${ECHO_MSG} "to 'Linux' with the command:"; \ -- cgit v1.2.3