summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-09-18 23:17:22 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-09-18 23:17:22 +0000
commit670fd4f7914a828dbb20f9a30fd936321189476f (patch)
treea87567ad944d4f250488db3701c88d9ff42e471f
parenta7e4262d8fa18dd8b882dc8a3720b46401eb6af8 (diff)
downloadlibgphoto2-670fd4f7914a828dbb20f9a30fd936321189476f.tar.gz
Fix two small typos, and bindings/csharp passes "make distcheck" again.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9185 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--bindings/csharp/Makefile.am2
-rwxr-xr-xbindings/csharp/testsizes-createsource.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/csharp/Makefile.am b/bindings/csharp/Makefile.am
index 70d10e72a..a1788498e 100644
--- a/bindings/csharp/Makefile.am
+++ b/bindings/csharp/Makefile.am
@@ -64,7 +64,7 @@ CLEANFILES = \
TestGphoto2Sharp.exe \
TestGphoto2Sharp.exe.mdb \
TestSizes.exe \
- TestSizes.mdb \
+ TestSizes.exe.mdb \
libgphoto2-sharp.dll.mdb \
libgphoto2-sharp.dll \
$(check_SCRIPTS) \
diff --git a/bindings/csharp/testsizes-createsource.sh b/bindings/csharp/testsizes-createsource.sh
index ac7d5fd49..18e640176 100755
--- a/bindings/csharp/testsizes-createsource.sh
+++ b/bindings/csharp/testsizes-createsource.sh
@@ -50,7 +50,7 @@ esac
# Print type size
while read type type2; do
- if test "x$type" = ""; then continue; fi
+ if test "x$type" = "x"; then continue; fi
if echo "$type" | grep '^#' > /dev/null; then continue; fi
case "$lang" in
c)