This website requires JavaScript.
Explore
Help
Register
Sign In
Nano_Allwinner
/
ubuntu-buildroot
Watch
1
Star
0
Fork
You've already forked ubuntu-buildroot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8b0660016e
ubuntu-buildroot
/
output
/
build
/
host-e2fsprogs-1.46.5
/
util
/
get-ver
5 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
ver
=
$(
git describe --always --dirty
)
;
echo
"
e2fsprogs
$ver
(
$(
git log -1 --pretty
=
%cD
)
)
"
Reference in New Issue
View Git Blame
Copy Permalink