projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6946912
)
typo in last commit: remove .spec from package name
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 26 Jan 2012 11:45:02 +0000
(11:45 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 26 Jan 2012 11:45:02 +0000
(11:45 +0000)
id-release
patch
|
blob
|
history
diff --git
a/id-release
b/id-release
index
169024e
..
b9998d9
100755
(executable)
--- a/
id-release
+++ b/
id-release
@@
-48,7
+48,7
@@
else
spec=`ls |egrep '\.spec$' | head -1`
package=`perl -ne 's/\s*$//; print if s/^NAME=//' IDMETA`
if [ -z "$package" ]; then
- package=$spec
+ package=`basename $spec .spec`
fi
fi