mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
fixed shell scripting error
This commit is contained in:
parent
e41d95acc0
commit
b18dce549d
@ -5,7 +5,7 @@ FULLBUILD=$1
|
|||||||
[ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 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 [ ! -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
|
echo Rebuilding IDL parser
|
||||||
( cd build/pidl && make ) || exit 1;
|
( cd build/pidl && make ) || exit 1;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user