fix typos
This commit is contained in:
parent
311e2d9a75
commit
3a904dac0e
1 changed files with 1 additions and 2 deletions
|
|
@ -50,14 +50,13 @@ set_defaults() {
|
||||||
PACMAN_PRE_DESCRIPTION="$pacman_cmd"
|
PACMAN_PRE_DESCRIPTION="$pacman_cmd"
|
||||||
PACMAN_POST_DESCRIPTION="$pacman_cmd"
|
PACMAN_POST_DESCRIPTION="$pacman_cmd"
|
||||||
PACMAN_CLEANUP_ALGORITHM="number"
|
PACMAN_CLEANUP_ALGORITHM="number"
|
||||||
PACMAN_LINK_MOCULES="no"
|
PACMAN_LINK_MODULES="no"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package_updated() {
|
package_updated() {
|
||||||
check="$1"
|
check="$1"
|
||||||
for x in ${packages[@]}; do
|
for x in ${packages[@]}; do
|
||||||
echo $x
|
|
||||||
if [[ "$x" == "$check" ]]; then
|
if [[ "$x" == "$check" ]]; then
|
||||||
echo "yes"
|
echo "yes"
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue