wok rev 12095
nanochess, sudoku: run tazweb --notoolbar (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 10 23:13:38 2012 +0100 (2012-03-10) |
parents | b8c9e41e80ef |
children | 012178e959df |
files | nanochess/receipt sudoku/receipt |
line diff
1.1 --- a/nanochess/receipt Sat Mar 10 22:40:26 2012 +0100 1.2 +++ b/nanochess/receipt Sat Mar 10 23:13:38 2012 +0100 1.3 @@ -43,7 +43,7 @@ 1.4 Type=Application 1.5 Name=Chess 1.6 Name[zh_CN]=国际象棋 1.7 -Exec=sh -c "url=file:///var/www/chess/index.html ; tazweb --notoolbar $url || browser $url" 1.8 +Exec=sh -c "url=file:///var/www/chess/index.html ; tazweb --notoolbar \$url || browser \$url" 1.9 Icon=other 1.10 Terminal=false 1.11 Categories=Game;
2.1 --- a/sudoku/receipt Sat Mar 10 22:40:26 2012 +0100 2.2 +++ b/sudoku/receipt Sat Mar 10 23:13:38 2012 +0100 2.3 @@ -20,7 +20,7 @@ 2.4 Type=Application 2.5 Name=Sudoku 2.6 Name[zh_CN]=数独 2.7 -Exec=sh -c "url=file:///var/www/sudoku/index.html ; tazweb --notoolbar $url || browser $url" 2.8 +Exec=sh -c "url=file:///var/www/sudoku/index.html ; tazweb --notoolbar \$url || browser \$url" 2.9 Icon=other 2.10 Terminal=false 2.11 Categories=Game;