mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Simplify passing arguments to linux-installer.py
This commit is contained in:
parent
2723d9f2cf
commit
54c81eec15
@ -16,7 +16,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$PYTHON -c "import sys; script_launch=lambda:sys.exit('Download of installer failed!'); exec(sys.stdin.read()); script_launch()" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" <<'CALIBRE_LINUX_INSTALLER_HEREDOC'
|
$PYTHON -c "import sys; script_launch=lambda:sys.exit('Download of installer failed!'); exec(sys.stdin.read()); script_launch()" "$@" <<'CALIBRE_LINUX_INSTALLER_HEREDOC'
|
||||||
# {{{
|
# {{{
|
||||||
# HEREDOC_START
|
# HEREDOC_START
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user