diff options
Diffstat (limited to 'bin/patchversion')
-rw-r--r-- | bin/patchversion | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/patchversion b/bin/patchversion new file mode 100644 index 0000000..1976db4 --- /dev/null +++ b/bin/patchversion @@ -0,0 +1,9 @@ +#!/bin/bash + +# cat <<EOF | cat +cat <<EOF | ed -s configure.ac +,s/PDP_VERSION=.*/PDP_VERSION=$1/ +,wq +EOF + + |