From f0110f33fe1b0828e05804e5fffde1dff0ef81e4 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 17 Jun 2016 16:26:28 +0200 Subject: [PATCH] Added Hours_Minuts_Seconds to user produced patch in DEBUG mode --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 75b08a23b..31a8b682d 100644 --- a/common.sh +++ b/common.sh @@ -397,7 +397,7 @@ userpatch_create() # create patch out of changes if ! git diff-index --quiet --cached HEAD; then #if [[ "$(git status --porcelain)" ]]; then - git diff --staged > $SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y').patch + git diff --staged > $SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y_%H_%M_%S').patch display_alert "You will find your patch here:" "$SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y').patch" "info" else display_alert "No changes found, skipping patch creation" "" "wrn"