9 lines
175 B
Bash
Executable file
9 lines
175 B
Bash
Executable file
#!/bin/sh
|
|
#rem parameters in order of their apearance:
|
|
#rem - path to unpacked tarball
|
|
#rem - relative path back to module root
|
|
|
|
cd $1
|
|
|
|
patch -i $2/dos_lineends.patch -b -p2
|
|
|