Browse Source

fix syntax

master
parent
commit
f102c08115
  1. 2
      pam/pamtool

2
pam/pamtool

@ -109,7 +109,7 @@ if [ ! -f "$l_prefix/lib/openpkg/rpmtool" ]; then
fi
rpmtool_config="$l_prefix/lib/openpkg/rpmtool config"
if [ ".$smart" = .yes ]; then
$rpmtool_config="$rpmtool_config -s"
rpmtool_config="$rpmtool_config -s"
fi
if [ ".$add" = .yes ]; then
#

Loading…
Cancel
Save