]> Untitled Git - hvlinux.git/commitdiff
Correction errur syntaxe bash
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 10 Mar 2011 03:18:58 +0000 (03:18 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 10 Mar 2011 03:18:58 +0000 (03:18 +0000)
stage1/create-config-files

index 6ded32a53f424bfcde54f233c96db1d9a323c274..4d419391fb49acc7cccbb2c7ea1d341debe1f6a6 100755 (executable)
@@ -48,7 +48,7 @@ HISTFILESIZE=1000
 HISTSIZE=1000
 HOSTNAME=`hostname`
 EDITOR=_DEFAULT_EDITOR_
-CFLAGS=_DEFAULT_CFLAGS_
+CFLAGS="_DEFAULT_CFLAGS_"
 CXXFLAGS=${CFLAGS}
 
 # Set default permissions when creating new files.