# HG changeset patch # User Pascal Bellard # Date 1331417618 -3600 # Node ID 8fd412038da2810f933099bec296fecba6f39aba # Parent b8c9e41e80ef5b088a2e623ecfef10dd7507f34a nanochess, sudoku: run tazweb --notoolbar (again) diff -r b8c9e41e80ef -r 8fd412038da2 nanochess/receipt --- a/nanochess/receipt Sat Mar 10 22:40:26 2012 +0100 +++ b/nanochess/receipt Sat Mar 10 23:13:38 2012 +0100 @@ -43,7 +43,7 @@ Type=Application Name=Chess Name[zh_CN]=国际象棋 -Exec=sh -c "url=file:///var/www/chess/index.html ; tazweb --notoolbar $url || browser $url" +Exec=sh -c "url=file:///var/www/chess/index.html ; tazweb --notoolbar \$url || browser \$url" Icon=other Terminal=false Categories=Game; diff -r b8c9e41e80ef -r 8fd412038da2 sudoku/receipt --- a/sudoku/receipt Sat Mar 10 22:40:26 2012 +0100 +++ b/sudoku/receipt Sat Mar 10 23:13:38 2012 +0100 @@ -20,7 +20,7 @@ Type=Application Name=Sudoku Name[zh_CN]=数独 -Exec=sh -c "url=file:///var/www/sudoku/index.html ; tazweb --notoolbar $url || browser $url" +Exec=sh -c "url=file:///var/www/sudoku/index.html ; tazweb --notoolbar \$url || browser \$url" Icon=other Terminal=false Categories=Game;