mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@195 d57e44dd-8a1f-0410-8b47-8ef2f437770f
9 lines
216 B
Bash
Executable File
9 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Changing current debug state from full debug to release"
|
|
|
|
patch -p0 <scst-release.patch && \
|
|
patch -p0 <usr-release.patch && \
|
|
patch -p0 <qla2x00t-release.patch && \
|
|
patch -p0 <iscsi-release.patch
|