bin/doom: fix Emacs.app patch wrapper script
This commit is contained in:
parent
2be0772b13
commit
f9b06bd3a8
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ packages and regenerates the autoloads file."
|
|||
(with-temp-buffer
|
||||
(insert "#!/usr/bin/env bash\n"
|
||||
"args=\"$@\"\n"
|
||||
"pwd=\"$(cd \"$(dirname \"${BASH_SOURCE[0]}\")\"; pwd -P)\""
|
||||
"pwd=\"$(cd \"$(dirname \"${BASH_SOURCE[0]}\")\"; pwd -P)\"\n"
|
||||
"exec \"$SHELL\" -c \"$pwd/RunEmacs $args\"")
|
||||
(write-file oldbin)
|
||||
(chmod oldbin (file-modes newbin)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue