]> gitweb.factorcode.org Git - factor.git/commitdiff
Have the shell wrapper use the default image.
authorTrent Buck <trentbuck@gmail.com>
Thu, 19 Jan 2006 09:06:31 +0000 (09:06 +0000)
committerTrent Buck <trentbuck@gmail.com>
Thu, 19 Jan 2006 09:06:31 +0000 (09:06 +0000)
debian/factor-vm

index 985654bd100738de6bd6665788917e5b6389a8ec..17a7e3ffbf4165f94713cd05eecb3d0a1dbb96ef 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 # This script invokes factor with the default image.
-exec /usr/share/factor/f /usr/share/factor/extended.image "$@"
+exec /usr/share/factor/f /usr/share/factor/factor.image "$@"