Skip to content

Commit 7974218

Browse files
committed
[fix] : Exit when reading the configuration file fails
1 parent a5d718c commit 7974218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ while true; do
11471147
--nochkver ) nochkver=true && shift 1 ;;
11481148
--noefi ) noefi=true && shift 1 ;;
11491149
--channellist ) show_channel_list && exit 0 ;;
1150-
--config ) source "${2}" && shift 2 ;;
1150+
--config ) source "${2}" ; shift 2 ;;
11511151
--pacman-debug ) pacman_debug=true && shift 1 ;;
11521152
--nosigcheck ) nosigcheck=true && shift 1 ;;
11531153
--normwork ) normwork=true && shift 1 ;;

0 commit comments

Comments
 (0)