diff options
Diffstat (limited to 'repo/system')
| -rw-r--r-- | repo/system/krb5.xibuild | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild index 1057dcc..d08e40d 100644 --- a/repo/system/krb5.xibuild +++ b/repo/system/krb5.xibuild @@ -17,9 +17,9 @@ prepare () {      cd src && -    sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp     && -    sed -i -e '/eq 0/{N;s/12 //}'    plugins/kdb/db2/libdb2/test/run.test && -    sed -i '/t_iprop.py/d'           tests/Makefile.in                     +    sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp || true +    sed -i -e '/eq 0/{N;s/12 //}'    plugins/kdb/db2/libdb2/test/run.test || true +    sed -i '/t_iprop.py/d'           tests/Makefile.in                    || true  }  build () {  | 
