Fix invalid sed pattern.

master
Icedream 2018-03-30 00:43:35 +02:00
parent 7a27389386
commit d68734c458
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ iwd_files()
! -path "*/demos/**" \
! -name "*.sh" \
! -name "*.iwd" |\
sed "s:${WORKSPACE}/::g"
sed "s;${WORKSPACE}/;;g"
}
iwd_filelist="$(mktemp)"