chiark / gitweb /
bin/svnwrap: Fix unjustifiably stupid error.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Dec 2010 03:13:33 +0000 (03:13 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Dec 2010 03:13:33 +0000 (03:13 +0000)
bin/svnwrap

index 525872f87c999978d00a8b2ef65457de6f898d83..413f7d2e546401d34adbf351a8a3f7c64d5d0d0a 100755 (executable)
@@ -20,4 +20,4 @@ done
 
 # --- Run the program ---
 
-exec svn "${cmd[@]}"
+exec "${cmd[@]}"