Skip to content

Commit cd760f8

Browse files
committed
[fix] : FIxed conflicts
1 parent d2d7fcd commit cd760f8

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

build.sh

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,9 @@ prepare_build() {
622622
check_bool nocolor
623623
check_bool msgdebug
624624
check_bool noefi
625-
<<<<<<< HEAD
626625
check_bool pacman_debug
627-
=======
628626
check_bool include_extra
629627
check_bool nosigcheck
630-
>>>>>>> dev
631628

632629
# Check architecture for each channel
633630
if [[ ! "$(bash "${tools_dir}/channel.sh" -a ${arch} -n -b check "${channel_name}")" = "correct" ]]; then
@@ -1169,13 +1166,8 @@ make_iso() {
11691166

11701167
# Parse options
11711168
ARGUMENT="${@}"
1172-
<<<<<<< HEAD
1173-
_opt_short="a:bc:deg:hjk:l:o:p:rt:u:w:x"
1174-
_opt_long="arch:,boot-splash,comp-type:,debug,cleaning,cleanup,gpgkey:,help,lang:,japanese,kernel:,out:,password:,comp-opts:,user:,work:,bash-debug,nocolor,noconfirm,nodepend,gitversion,shmkalteriso,msgdebug,noloopmod,tarball,noiso,noaur,nochkver,channellist,config:,noefi,nodebug,pacman-debug"
1175-
OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${DEFAULT_ARGUMENT} ${ARGUMENT})
1176-
=======
11771169
opt_short="a:bc:deg:hjk:l:o:p:rt:u:w:x"
1178-
opt_long="arch:,boot-splash,comp-type:,debug,cleaning,cleanup,gpgkey:,help,lang:,japanese,kernel:,out:,password:,comp-opts:,user:,work:,bash-debug,nocolor,noconfirm,nodepend,gitversion,shmkalteriso,msgdebug,noloopmod,tarball,noiso,noaur,nochkver,channellist,config:,noefi,nodebug,nosigcheck"
1170+
opt_long="arch:,boot-splash,comp-type:,debug,cleaning,cleanup,gpgkey:,help,lang:,japanese,kernel:,out:,password:,comp-opts:,user:,work:,bash-debug,nocolor,noconfirm,nodepend,gitversion,shmkalteriso,msgdebug,noloopmod,tarball,noiso,noaur,nochkver,channellist,config:,noefi,nodebug,nosigcheck,pacman-debug"
11791171
OPT=$(getopt -o ${opt_short} -l ${opt_long} -- ${DEFAULT_ARGUMENT} ${ARGUMENT})
11801172
>>>>>>> dev
11811173
[[ ${?} != 0 ]] && exit 1
@@ -1326,13 +1318,12 @@ while :; do
13261318
source "${2}"
13271319
shift 2
13281320
;;
1329-
<<<<<<< HEAD
13301321
--pacman-debug)
13311322
pacman_debug=true
1332-
=======
1323+
shift 1
1324+
;;
13331325
--nosigcheck)
13341326
nosigcheck=true
1335-
>>>>>>> dev
13361327
shift 1
13371328
;;
13381329
--)

0 commit comments

Comments
 (0)