summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xmisc/merge-ioq3-into-trem.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bfd2d925..83e0b02d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ build
Makefile.local
*.swp
*tags
+misc/patches
+misc/last-merged-ioq3-revision.temp
diff --git a/misc/merge-ioq3-into-trem.sh b/misc/merge-ioq3-into-trem.sh
index 8a4617b4..7bf0a319 100755
--- a/misc/merge-ioq3-into-trem.sh
+++ b/misc/merge-ioq3-into-trem.sh
@@ -101,7 +101,7 @@ fi
# Finished merging so update the last revision marker
if [ -f ${LAST_REVISION_TEMP_FILE} ]
then
- diff ${LAST_REVISION_FILE} ${LAST_REVISION_TEMP_FILE} 2> /dev/null
+ diff ${LAST_REVISION_FILE} ${LAST_REVISION_TEMP_FILE} &> /dev/null
if [ "$?" -ne 0 ]
then
mv ${LAST_REVISION_TEMP_FILE} ${LAST_REVISION_FILE}