summaryrefslogtreecommitdiff
path: root/lang/rscheme/files/patch-..::handc::rshell::shell.c
blob: ade3d7976a9b47fac1e147c808398492d7400a49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- ../handc/rshell/shell.c	2001/07/31 08:24:33	1.1
+++ ../handc/rshell/shell.c	2001/07/31 08:25:25
@@ -43,7 +43,7 @@
   {
     char temp[1024];
 
-    sprintf( temp, "%s/resource/system.img", rs_install_dir );
+    sprintf( temp, "%s/share/rscheme/resource/system.img", rs_install_dir );
     return rscheme_std_main( argc, argv, std_modules, temp );
   }
 #endif