Skip to content
Snippets Groups Projects
Commit 405ab392 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

one more combine_path added

Rev: lib/master.pike:1.26
parent 98a98edf
Branches
Tags
No related merge requests found
......@@ -65,6 +65,7 @@ program cast_to_program(string pname)
if(pname[0]=='/')
{
pname=combine_path("/",pname);
return findprog(pname);
}else{
if(search(pname,"/")==-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment