Parcourir la source

Try without load

Bob Mottram il y a 8 ans
Parent
révision
0c42c8b202
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      src/freedombone-app-turtl

+ 3
- 3
src/freedombone-app-turtl Voir le fichier

@@ -877,12 +877,12 @@ __ENDCONFIG__
877 877
     fi
878 878
     if [[ "$check_architecture" != *"arm"* ]]; then
879 879
         if [[ "$check_architecture" == *"64"* ]]; then
880
-            cat $INSTALL_DIR/quicklisp_install | /opt/ccl/lx86cl64 --load $INSTALL_DIR/quicklisp.lisp
880
+            cat $INSTALL_DIR/quicklisp_install | /opt/ccl/lx86cl64
881 881
         else
882
-            cat $INSTALL_DIR/quicklisp_install | /opt/ccl/lx86cl --load $INSTALL_DIR/quicklisp.lisp
882
+            cat $INSTALL_DIR/quicklisp_install | /opt/ccl/lx86cl
883 883
         fi
884 884
     else
885
-        cat $INSTALL_DIR/quicklisp_install | /opt/ccl/larmcl --load $INSTALL_DIR/quicklisp.lisp
885
+        cat $INSTALL_DIR/quicklisp_install | /opt/ccl/larmcl
886 886
     fi
887 887
     rm $INSTALL_DIR/quicklisp_install
888 888