summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-10-24 17:57:08 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-24 17:57:08 +0200
commitbef554d18bcb14492e2513b0759407e4b4581c9c (patch)
tree982641ed9e574215ffd4b0e15ccbbfb588f4023d /util
parent9ed0c2d57b4f5014c24ea48a6fe448b69789957b (diff)
downloadqmk_firmware-bef554d18bcb14492e2513b0759407e4b4581c9c.tar.gz
qmk_firmware-bef554d18bcb14492e2513b0759407e4b4581c9c.tar.xz
Bug: Users had to be in the /util directory to run the script (#4228)
Diffstat (limited to 'util')
-rwxr-xr-xutil/new_keymap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/new_keymap.sh b/util/new_keymap.sh
index b09f3dd0c..73cc9e8cc 100755
--- a/util/new_keymap.sh
+++ b/util/new_keymap.sh
@@ -18,7 +18,7 @@ if [ -z "$USERNAME" ]; then
exit 1
fi
-cd ..
+cd "$(dirname "$0")/.."
if [ ! -d "keyboards/$KB_PATH" ]; then
printf "Error! keyboards/%s does not exist!\n" "$KB_PATH"