mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 01:44:52 +00:00
unpack.sh: remove old comments
This commit is contained in:
parent
b215c8ab3a
commit
7754b86c8d
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -3,9 +3,7 @@ ORIG_VERSION=10
|
|||||||
MAJOR_VERSION=10.0.1
|
MAJOR_VERSION=10.0.1
|
||||||
REV=`ls -1 *$ORIG_VERSION_$MAJOR_VERSION*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
REV=`ls -1 *$ORIG_VERSION_$MAJOR_VERSION*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||||
|
|
||||||
#SVN_REV=347285
|
|
||||||
VERSION=$REV
|
VERSION=$REV
|
||||||
#VERSION=+rc3
|
|
||||||
|
|
||||||
if test -z "$VERSION"; then
|
if test -z "$VERSION"; then
|
||||||
echo "Could not find the version"
|
echo "Could not find the version"
|
||||||
|
Loading…
Reference in New Issue
Block a user