mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Remove housekeeping file inadvertently checked in.
committer: jreiser <jreiser> 959051616 +0000
This commit is contained in:
parent
51b6b071b5
commit
82a16bd4f2
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user