Bug#543575: [PATCH] fix bashism in make-googleearth-package

2009-10-09 Thread Tormod Volden
Right, my patch just fixes the broken syntax, but not the broken logic. I did not really look at the context. The easy fix is just to use "-n" instead of "-z". -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Bug#543575: [PATCH] fix bashism in make-googleearth-package

2009-08-25 Thread Tormod Volden
Package: googleearth-package The string equality operator in the Bourne shell is "=". Anyway, if we want to probe for the empty string, use -z instead. Signed-off-by: Tormod Volden --- make-googleearth-package |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/make-google