diff --git a/source/script/build_idl.sh b/source/script/build_idl.sh index 159cd1b36ca..e5d3f4a27bf 100755 --- a/source/script/build_idl.sh +++ b/source/script/build_idl.sh @@ -5,7 +5,7 @@ FULLBUILD=$1 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 if [ ! -f build/pidl/idl.pm -o build/pidl/idl.yp -nt build/pidl/idl.pm ]; then - if `which yapp`; then + if which yapp; then echo Rebuilding IDL parser ( cd build/pidl && make ) || exit 1; else