abi_gen.sh: ignore gdb customisations when comparing signatures
[samba.git] / buildtools / scripts / abi_gen.sh
index 787718cb204ce6343036d420b680c2e43407f948..6dd6d321f7756895c63f2c41886ca908962f5236 100755 (executable)
@@ -17,5 +17,5 @@ done
 ) > $GDBSCRIPT
 
 # forcing the terminal avoids a problem on Fedora12
-TERM=none gdb -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null
+TERM=none gdb -n -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null
 rm -f $GDBSCRIPT