projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
still finding fudge-up on startup
[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