Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/bin/sage-spkg: Update use of sage-print-system-package-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 24, 2020
1 parent a832dbc commit 272f01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-spkg
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ if [ $INFO -ne 0 -a "$USE_LOCAL_SCRIPTS" = yes ]; then
;;
esac
echo -n " "
sage-print-system-package-command $system install $system_packages
sage-print-system-package-command $system --prompt --sudo install $system_packages
fi
done
if [ -z "$system" ]; then
Expand Down

0 comments on commit 272f01b

Please sign in to comment.