emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode 0aae9be202 213/253: Update the default path for


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 0aae9be202 213/253: Update the default path for the shebang line per @Altai-man's suggestion.
Date: Sat, 29 Jan 2022 08:29:00 -0500 (EST)

branch: elpa/raku-mode
commit 0aae9be2020eeb1ca203de7acf8c27a96279e96c
Author: Tim Van den Langenbergh <tmt_vdl@gmx.com>
Commit: Tim Van den Langenbergh <tmt_vdl@gmx.com>

    Update the default path for the shebang line per @Altai-man's suggestion.
---
 raku-skeletons.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/raku-skeletons.el b/raku-skeletons.el
index 24cab479ab..9d4dc744c6 100644
--- a/raku-skeletons.el
+++ b/raku-skeletons.el
@@ -33,7 +33,7 @@
   :group 'raku)
 
 ;; Need the full path for the #!. Simply setting it to `raku' may not be ideal.
-(defcustom full-raku-path "/usr/bin/raku"
+(defcustom full-raku-path "/usr/bin/env raku"
   "Path to the Raku executable."
   :type 'string
   :group 'raku-skeletons)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]