Skip to content

Commit ea7fdbe

Browse files
committed
fix ugly bug
1 parent 42b88e3 commit ea7fdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/cdpd-patcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if [ "$UNPATCHER" == "safe" -a -d .git -a "$GBN" != "" ] ; then
8787
buildHead="`cat $tmp | jq -r .commit_id`"
8888
echo "$buildHead"
8989
echo "@@@ unpatching jenkins commits from $buildHead"
90-
git log --oneline --author rel-eng@cloudera.com --pretty=format:%H%n $buildHead..HEAD | while read c;do
90+
git log --oneline --author rel-eng@cloudera.com --pretty=format:%H $buildHead..HEAD | while read c;do
9191
echo "[!] unpatching: $c"
9292
git show --no-prefix $c | git apply -3 -p0 -R
9393
done

0 commit comments

Comments
 (0)