056759bb3b8c342e67a3d1e4d9eb6f1a8aa30c21
[feisty_meow.git] / scripts / rev_control / svn.sh
1 #!/bin/bash
2
3 if [ "$OPERATING_SYSTEM" = "WIN32" ]; then
4   source $FEISTY_MEOW_SCRIPTS/core/functions.sh
5
6   TMP="$(dos_to_unix_path "$TMP")"
7 fi
8
9 #echo TMP is $TMP 
10
11 /usr/bin/svn $@
12