You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
372 B
11 lines
372 B
Index: bin/pdfautonup |
|
--- bin/pdfautonup.orig 2017-05-25 22:09:45.000000000 +0200 |
|
+++ bin/pdfautonup 2018-10-10 10:18:54.224277000 +0200 |
|
@@ -1,5 +1,2 @@ |
|
-#!/bin/bash |
|
- |
|
-# Helper file for development tests: call `pdfautonup`. |
|
-export PYTHONPATH="$(cd $(dirname $0)/.. && pwd):$PYTHONPATH" |
|
-python3 -m pdfautonup $* |
|
+#!/bin/sh |
|
+exec @l_prefix@/bin/python -m pdfautonup "$@"
|
|
|