lots of updates
[distro-setup] / input-setup
index 9cff413c2d4da99c2a1e3450b6af97746dffaa1c..4e2e66b2ca66db7323ff6c053db60edd40242cc9 100755 (executable)
@@ -15,12 +15,12 @@ set -x
 # limitations under the License.
 
 # set to oppsite if the order is flipped.
-k2flip=falsesf-
+k2flip=true
 if $k2flip; then
-k2inorder=false
+    k2inorder=false
 else
     k2inorder=true
-    fi
+fi
 
 case $HOSTNAME in
     x2|tp) type=laptop ;;