Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Commit 6858c4b

Browse files
committed
expand tilde
1 parent 4b59716 commit 6858c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CURRENT_BRANCH=$(git branch &>/dev/null; if [ $? -eq 0 ]; then echo "$(git branch | grep '^*' |sed s/\*\ //)"; fi)
44
CURRENT_DIR=$(basename $(pwd))
55
6-
PATCH_DIR="~/Documents/Patches/${CURRENT_DIR}"
6+
PATCH_DIR="${HOME}/Documents/Patches/${CURRENT_DIR}"
77
88
mkdir -p ${PATCH_DIR}
99

0 commit comments

Comments
 (0)