Blob Blame History Raw
diff -urNad python-uniconvertor-1.1.1~/src/uniconv python-uniconvertor-1.1.1/src/uniconv
--- python-uniconvertor-1.1.1~/src/uniconv	2008-03-13 00:10:44.000000000 +0100
+++ python-uniconvertor-1.1.1/src/uniconv	2008-03-15 15:11:01.000000000 +0100
@@ -20,4 +20,4 @@
 #
 
 
-python -c "import uniconvertor" "$1" "$2"
\ No newline at end of file
+exec python -c "import uniconvertor" "$1" "$2"