Skip to content

Commit

Permalink
Fixed listing plugin
Browse files Browse the repository at this point in the history
[gsh builtin scripts]
* BUG: List unable to list external gambas files correctly, wrong input used

[gsh]
* OPT: Combine both of the required components into the main install process
* BUG: Fix variaous bugs caused by moving shared mem and gb.scripter to builtin libraries

[General]
  • Loading branch information
justlostintime committed Dec 27, 2023
1 parent b2eed8b commit 6adb57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hidden/subs/list
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Private Sub doListing(Command As String)
listprog = SharedMem[listpath]
Endif
Else
Try listprog = File.Load(expandfn(listpath))
Try listprog = File.Load(expandfn(command))
If Error Then
Error ("List: Unable to find ") & command
Return
Expand Down

0 comments on commit 6adb57b

Please sign in to comment.