Skip to content

Commit

Permalink
Revert "brunchopen: fix deprecated message"
Browse files Browse the repository at this point in the history
This reverts commit 68b5d4f.

Change-Id: I29e57c1f9cc7f316fe8a53f759083860db6d297f
  • Loading branch information
LorDClockaN committed Apr 28, 2017
1 parent 68b5d4f commit 904ddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ function brunchopen()
{
breakfast $*
if [ $? -eq 0 ]; then
mka bacon && gio open $ANDROID_PRODUCT_OUT
mka bacon && xdg-open $ANDROID_PRODUCT_OUT
else
echo "No such item in brunch menu. Try 'breakfast'"
return 1
Expand Down

0 comments on commit 904ddc2

Please sign in to comment.