Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mohuangrui committed Oct 15, 2016
1 parent 19b2469 commit 3685789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $CompileName -output-directory=$Tmp $File_Name || exit
#* *************************************************************************
System_Name=`uname`
if [[ $System_Name == "Linux" ]]; then
PDFviewer="gnome-open"
PDFviewer="xdg-open"
elif [[ $System_Name == "Darwin" ]]; then
PDFviewer="open"
else
Expand Down

0 comments on commit 3685789

Please sign in to comment.