bashrc, setup: Change usage of svnwrap.
[profile] / setup
diff --git a/setup b/setup
index e262820..633336f 100755 (executable)
--- a/setup
+++ b/setup
@@ -72,7 +72,7 @@ fi
 ### Install necessary things
 echo "Installing useful scripts..."
 
-for script in lesspipe.sh start-ssh-agent; do
+for script in lesspipe.sh start-ssh-agent svnwrap; do
   $echon "  $script:$echoc"
   found=
   for p in /bin /usr/bin /usr/local/bin $(echo $PATH | tr : ' '); do