From d43e34330c33eb606e29b3b3f71ff608295a745d Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 29 Jul 2017 18:47:29 +0200 Subject: [PATCH] fixing solve_autoconf for archlinux --- script/solve_autoconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/solve_autoconf b/script/solve_autoconf index 20954386..7648820a 100755 --- a/script/solve_autoconf +++ b/script/solve_autoconf @@ -15,8 +15,8 @@ if [ x"$1" = x"osx" ]; then possible_solutions "${commands[@]}" elif [ x"$1" = x"linux" ]; then pc_install_command $pcman - commands[0]="su -c \"$pc_install_command autoconf\"" - commands[1]="sudo $pc_install_command autoconf" + commands[0]="su -c \"$pc_install_command_ret autoconf\"" + commands[1]="sudo $pc_install_command_ret autoconf" possible_solutions "${commands[@]}" fi } -- GitLab