aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-08-24 19:54:38 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-08-24 19:54:38 +0000
commit34a636ac73758edf9c3045f3ae46a078ad923921 (patch)
tree40234f0ea7e2c307462278a8053fde5a30f47139 /Tools
parent1fbac4ef386973b54d1558d0a75d3268266dcadf (diff)
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/psvn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/psvn b/Tools/scripts/psvn
index 402aded6d60c..4ddc5e981a2a 100755
--- a/Tools/scripts/psvn
+++ b/Tools/scripts/psvn
@@ -181,10 +181,10 @@ for opt ; do
setprop "${files}"
eval "set -- $savedargs"
- "${SVN}" "$@"
+ exec "${SVN}" "$@"
;;
*)
- "${SVN}" "$@"
+ exec "${SVN}" "$@"
;;
esac
done