Skip to content
Snippets Groups Projects
Commit c3950c94 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Fixed helper matching

parent f65b408e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ CODENAME=$2
echo Updating git package-helpers...
git --git-dir=/home/ubuntu/package-helpers/.git fetch --all
REPLACE=$(git --git-dir=/home/ubuntu/package-helpers/.git ls-tree -r --name-only origin/$CODENAME|grep helpers/make-|sed 's/.*make-//')
REPLACE=$(git --git-dir=/home/ubuntu/package-helpers/.git ls-tree -r --name-only origin/$CODENAME|grep helpers/make-|sed 's|helpers/make-||')
if [ -x purge-$DIST ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment