Convert tabs to spaces to make cut-and-paste to interactive shell
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Sep 2006 16:52:39 +0000 (16:52 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Sep 2006 16:52:39 +0000 (16:52 +0000)
work.

src/misc/bochs-2.2.6-build.sh

index 2878fbd9f626effb42f5085e963aa040f1bf9ce1..ad9759628f138e62fc448f9135242c8dff3df67f 100755 (executable)
@@ -24,14 +24,14 @@ if test "`uname -s`" = "SunOS"; then
 fi
 CFGOPTS="--with-x --with-x11 --with-term --with-nogui --prefix=$DSTDIR"
 mkdir plain &&
-       cd plain && 
-       ../configure $CFGOPTS --enable-gdb-stub && 
-       make && 
-       make install &&
-       cd ..
+        cd plain && 
+        ../configure $CFGOPTS --enable-gdb-stub && 
+        make && 
+        make install &&
+        cd ..
 mkdir with-dbg &&
-       cd with-dbg &&
-       ../configure --enable-debugger $CFGOPTS &&
-       make &&
-       cp bochs $DSTDIR/bin/bochs-dbg &&
-       cd ..
+        cd with-dbg &&
+        ../configure --enable-debugger $CFGOPTS &&
+        make &&
+        cp bochs $DSTDIR/bin/bochs-dbg &&
+        cd ..