Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 271a5b7

Browse files
committed
Make command(s) plural
1 parent ee5c320 commit 271a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cd ..
110110
nproc=`grep -c ^processor /proc/cpuinfo`
111111
echo ""
112112
echo "Build files for patched Linux kernel v$version are in $build_folder."
113-
echo "The following command can be used to build the kernel packages."
113+
echo "The following commands can be used to build the kernel packages."
114114
echo ""
115115
echo "cd $build_folder"
116116
echo "MAKEFLAGS=\"-j$nproc\" makepkg -sc"

0 commit comments

Comments
 (0)