Indicate default action
This commit is contained in:
parent
9ea1c637f9
commit
f86e83b4c4
|
@ -331,7 +331,7 @@ EOF
|
||||||
|
|
||||||
dput="Y";
|
dput="Y";
|
||||||
if [ "$INTERACTIVE" != "no" ]; then
|
if [ "$INTERACTIVE" != "no" ]; then
|
||||||
read -p "Ready to dput $SC to $PPA ? Y/N...";
|
read -p "Ready to dput $SC to $PPA ? Y/n...";
|
||||||
if [[ "$REPLY" == [yY] ]]; then
|
if [[ "$REPLY" == [yY] ]]; then
|
||||||
dput $PPA $SC
|
dput $PPA $SC
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in New Issue