Skip to content

Commit 8dfdf34

Browse files
author
freddii
committed
update
1 parent da137fe commit 8dfdf34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: list-ppa

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ for APT in `find /etc/apt/ -name \*.list`; do
66
grep -o "^deb http://ppa.launchpad.net/[a-z0-9\-]\+/[a-z0-9\-]\+" $APT | while read ENTRY ; do
77
USER=`echo $ENTRY | cut -d/ -f4`
88
PPA=`echo $ENTRY | cut -d/ -f5`
9-
echo sudo apt-add-repository ppa:$USER/$PPA
9+
echo "sudo apt-add-repository ppa:""$USER"/"$PPA"
1010
done
11-
done
11+
done

0 commit comments

Comments
 (0)