Skip to content
Snippets Groups Projects
Commit e5e493f1 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[analysis-scripts] fix cmd-dep.sh output

parent b8ff7ee2
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ STRING=$* ...@@ -18,7 +18,7 @@ STRING=$*
if if
[ ! -e $FILE ] || [ ! -e $FILE ] ||
! (diff --brief --ignore-space-change $FILE - <<< "$STRING") ! (diff --brief --ignore-space-change $FILE - >/dev/null <<< "$STRING")
then then
mkdir -p $(dirname "$FILE") mkdir -p $(dirname "$FILE")
echo $STRING > "$FILE" echo $STRING > "$FILE"
......
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