diff options
-rwxr-xr-x | qutebrowser | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qutebrowser b/qutebrowser index 983e542..e16aab8 100755 --- a/qutebrowser +++ b/qutebrowser @@ -31,5 +31,7 @@ else python3 scripts/asciidoc2html.py # Run this script again - $0 + if [ "$1" != "update" ]; then + $0 + fi fi |