aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/psvn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/psvn b/Tools/scripts/psvn
index 4ddc5e981a2a..96f8e84f05e9 100755
--- a/Tools/scripts/psvn
+++ b/Tools/scripts/psvn
@@ -111,7 +111,7 @@ setprop () {
"${SVN}" -q -- propdel fbsd:nokeywords "${_file}"
;;
1) # no match
- "${SVN}" -q -- propset fbsd:nokeywords 1 "${_file}"
+ "${SVN}" -q -- propset fbsd:nokeywords yes "${_file}"
"${SVN}" -q -- propdel svn:keywords "${_file}"
;;
*) # egrep failed