Remove housekeeping file inadvertently checked in.
committer: jreiser <jreiser> 959051616 +0000
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
for i in Makefile *.h *.c *.ash *.asm *.lds
|
|
||||||
do
|
|
||||||
diff3 -m ./$i ../../../upx-ancestor/src/stub/$i ../../../upx-1.10/src/stub/$i > tmp.$$
|
|
||||||
mv tmp.$$ ./$i
|
|
||||||
read junk
|
|
||||||
done
|
|
||||||
Reference in New Issue
Block a user