forked from I2P_Developers/i2p.i2p
refresh patch
This change is required after de-parameterizing the i2prouter script. I hardcoded the file name because the $0 variable isn't expanded (because of single quotes). When using double-quotes (and escaping with back-slashes), the strings weren't translated. I've decided to de-parameterize until I figure out what the problem is.
This commit is contained in:
2
debian/patches/0001-path-substitution.patch
vendored
2
debian/patches/0001-path-substitution.patch
vendored
@ -158,7 +158,7 @@ Debian wrapper.config to try to prevent confusion.
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -1858,24 +1806,9 @@
|
@@ -1866,24 +1809,9 @@
|
||||||
status
|
status
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user