File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
scripts/BuildScripts/KernelScripts Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,23 @@ set -e
21
21
# You should have received a copy of the GNU General Public License
22
22
# along with PrawnOS. If not, see <https://www.gnu.org/licenses/>.
23
23
24
- if [ -z " $1 " ]
25
- then
24
+ if [ -z " $1 " ]; then
26
25
echo " No kernel version supplied"
27
26
exit 1
28
27
fi
29
- if [ -z " $2 " ]
30
- then
28
+ if [ -z " $2 " ]; then
31
29
echo " No resources directory"
32
30
exit 1
33
31
fi
34
- if [ -z " $3 " ]
35
- then
32
+ if [ -z " $3 " ]; then
36
33
echo " No build directory supplied"
37
34
exit 1
38
35
fi
39
- if [ -z " $4 " ]
40
- then
36
+ if [ -z " $4 " ]; then
41
37
echo " No PrawnOS initramfs supplied"
42
38
exit 1
43
39
fi
44
- if [ -z " $" ]
45
- then
40
+ if [ -z " $5 " ]; then
46
41
echo " No PrawnOS target arch supplied"
47
42
exit 1
48
43
fi
You can’t perform that action at this time.
0 commit comments