mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 04:46:34 -04:00
Fetch version number from changelog-archive
Former-commit-id: 017777ce0ce4bc51e5f8cc08c581501c6d9dc3db Former-commit-id: ec36ca51fcadf38b8dea519b0fff5f80ee54ac32
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
version=$(sed -n '1{p;q}' share/doc/sshyp/changelog | cut -c8-)
|
||||
version=$(sed -n '1{p;q}' extra/changelog-archive/2023 | cut -c8-)
|
||||
if [ -z "$2" ]; then
|
||||
revision=1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user