We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d718c commit 7974218Copy full SHA for 7974218
1 file changed
build.sh
@@ -1147,7 +1147,7 @@ while true; do
1147
--nochkver ) nochkver=true && shift 1 ;;
1148
--noefi ) noefi=true && shift 1 ;;
1149
--channellist ) show_channel_list && exit 0 ;;
1150
- --config ) source "${2}" && shift 2 ;;
+ --config ) source "${2}" ; shift 2 ;;
1151
--pacman-debug ) pacman_debug=true && shift 1 ;;
1152
--nosigcheck ) nosigcheck=true && shift 1 ;;
1153
--normwork ) normwork=true && shift 1 ;;
0 commit comments