mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-11 18:32:12 +02:00
...
This commit is contained in:
@@ -33,7 +33,7 @@ func confirm_and_run_shebang(args []string) (rc int, err error) {
|
||||
return 1, err
|
||||
}
|
||||
if !allowed {
|
||||
return 1, fmt.Errorf("Execution permission refused by user")
|
||||
return 1, fmt.Errorf("Execution of %s was denied by user", script_path)
|
||||
}
|
||||
}
|
||||
exe := utils.FindExe(args[0])
|
||||
|
||||
Reference in New Issue
Block a user