From: Dave Hart Date: Thu, 18 Aug 2011 02:26:57 +0000 (+0000) Subject: Fix typo in libevent/test/rpcgen_wrapper.sh spotted by Nick Mathewson. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfbf8ca5f716f877de0f18b440a9ba7b6449490;p=thirdparty%2Fntp.git Fix typo in libevent/test/rpcgen_wrapper.sh spotted by Nick Mathewson. bk: 4e4c7871bta4heY-iSZNoEhiuOAJRQ --- diff --git a/sntp/libevent/test/rpcgen_wrapper.sh b/sntp/libevent/test/rpcgen_wrapper.sh index 6ae53d0a35..8aedba2f29 100755 --- a/sntp/libevent/test/rpcgen_wrapper.sh +++ b/sntp/libevent/test/rpcgen_wrapper.sh @@ -27,7 +27,7 @@ exit_failed() { } srcdir=$1 -srcdir=${srcdir-.} +srcdir=${srcdir:-.} ${srcdir}/../event_rpcgen.py ${srcdir}/regress.rpc case "$?" in 0)