From 5ea01627a5f5aaface5487d319272a08288d5012 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Jul 2003 13:31:43 +0000 Subject: INTEGRATION: CWS setupicon (1.1.14); FILE MERGED 2003/07/14 12:39:33 pl 1.1.14.1: #i16528# #i16633# start dynamic first, static if failed --- crashrep/scripts/crash_report.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'crashrep') diff --git a/crashrep/scripts/crash_report.sh b/crashrep/scripts/crash_report.sh index 317f30daa61c..696187cace1a 100755 --- a/crashrep/scripts/crash_report.sh +++ b/crashrep/scripts/crash_report.sh @@ -72,4 +72,9 @@ sd_prog="`pwd`" cd .. sd_binary=`basename "$0"`".bin" cd "$sd_cwd" -exec "$sd_prog/$sd_binary" "$@" +"$sd_prog/$sd_binary" "$@" +if [ $? != 0 ] ; then +sd_binary=`basename "$0"`"_with_gtk.bin" +"$sd_prog/$sd_binary" "$@" +fi + -- cgit v1.2.3