changeset 1059:094f3962c4ed

Safety catch until the script is converted.
author Rob Landley <rob@landley.net>
date Tue, 04 May 2010 22:12:15 -0500
parents af991254d6c5
children 215afbe60963
files sources/native-build/mklfs.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native-build/mklfs.sh	Tue May 04 22:11:34 2010 -0500
+++ b/sources/native-build/mklfs.sh	Tue May 04 22:12:15 2010 -0500
@@ -1,3 +1,7 @@
+echo This needs to be converted.
+
+exit 1
+
 #!/bin/bash
 
 [ -z "$LFS" ] && LFS=/home/lfs