Index: uspace/app/bdsh/exec.c
===================================================================
--- uspace/app/bdsh/exec.c	(revision 9be9c4dfa6546c6f2da92b12273ac723bee9af42)
+++ uspace/app/bdsh/exec.c	(revision 5d5863ccd79dd1ce2ef86c5426aadb1dd94a98ea)
@@ -52,5 +52,5 @@
 static int try_access(const char *);
 
-const char *search_dir[] = { "app", "srv", NULL };
+const char *search_dir[] = { "/app", "/srv", NULL };
 
 /* work-around for access() */
