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-Tag: NTP_4_2_7P205~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69934203f09004a4179d18d632e2e95d25cef982;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 6ae53d0a3..8aedba2f2 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)