From owner-svn-src-stable-10@freebsd.org Thu Sep 24 19:32:09 2015 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD2DA0777A; Thu, 24 Sep 2015 19:32:09 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B63A1A9A; Thu, 24 Sep 2015 19:32:09 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJW91X002178; Thu, 24 Sep 2015 19:32:09 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJW99d002177; Thu, 24 Sep 2015 19:32:09 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201509241932.t8OJW99d002177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Thu, 24 Sep 2015 19:32:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r288183 - stable/10/sys/kern X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:32:09 -0000 Author: emaste Date: Thu Sep 24 19:32:08 2015 New Revision: 288183 URL: https://svnweb.freebsd.org/changeset/base/288183 Log: MFC r256643: makesyscalls.sh: Error on failure to open specified config file Modified: stable/10/sys/kern/makesyscalls.sh Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/kern/makesyscalls.sh ============================================================================== --- stable/10/sys/kern/makesyscalls.sh Thu Sep 24 19:28:53 2015 (r288182) +++ stable/10/sys/kern/makesyscalls.sh Thu Sep 24 19:32:08 2015 (r288183) @@ -57,7 +57,7 @@ case $# in ;; esac -if [ -n "$2" -a -f "$2" ]; then +if [ -n "$2" ]; then . $2 fi