Skip to content
Snippets Groups Projects
Commit b4a085c9 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fixed script

now remove trailing "/" which could lead to troubles in "#ifdef"
parent 8bf8999a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ test -d ../.git || {
DIRS=$1
# remove trailing "/"
DIRS=${DIRS%%/*}
test -z "$DIRS" && DIRS=*
for dir in $DIRS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment