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