Index: contrib/client-side/asvn
===================================================================
--- contrib/client-side/asvn	(Revision 941610)
+++ contrib/client-side/asvn	(Arbeitskopie)
@@ -389,11 +389,11 @@
   *);;
 esac
 
-[ "$ACTION" =  "pre" ] && pre_checkin $@
+[ "$ACTION" =  "pre" ] && pre_checkin "$@"
 
-$SVN $@
+$SVN "$@"
 
-[ $? = 0 -a "$ACTION" = "post" ] && post_checkout $@
+[ $? = 0 -a "$ACTION" = "post" ] && post_checkout "$@"
 
 cleanup
 #

