Revert "Skip creating emty patches in debug mode"

This reverts commit 3eb5b111af.
This commit is contained in:
Igor Pecovnik 2016-06-14 13:25:41 +02:00
parent 3eb5b111af
commit ae3dcefbc8

View file

@ -407,8 +407,7 @@ userpatch_create()
read -p 'Press <Enter> after you are done with changes to the source'
git add .
# create patch out of changes
local temp=$(git diff --staged)
[[ -z $TEMP ]] && echo "${temp}" > $SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y').patch
git diff --staged > $SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y').patch
git reset --soft HEAD~
fi
}