summaryrefslogtreecommitdiffstats
path: root/src/corelib/xml/make-parser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/xml/make-parser.sh')
-rwxr-xr-xsrc/corelib/xml/make-parser.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/xml/make-parser.sh b/src/corelib/xml/make-parser.sh
index 0c2ba12..0e2cbe1 100755
--- a/src/corelib/xml/make-parser.sh
+++ b/src/corelib/xml/make-parser.sh
@@ -6,10 +6,8 @@ mkdir -p $me/out
for f in $me/out/*.h; do
n=$(basename $f)
- p4 open $n
cp $f $n
done
-p4 revert -a ...
-p4 diff -dub ...
+git diff .