Index: uspace/app/bdsh/exec.c
===================================================================
--- uspace/app/bdsh/exec.c	(revision 5baf2091c9d0ccfd0e7f817add7719093b215010)
+++ uspace/app/bdsh/exec.c	(revision e16e2ba4cefaadd4b2bb61faaa6b4e88b7e8f9d7)
@@ -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() */
