FSL_GIT="ssh://git.fsl.cs.sunysb.edu/scm/git"
KORG_GIT="git://git.kernel.org/pub/scm/linux/kernel/git"
-DEBUG="no" # set to "no" to turn off debug
+DEBUG="no" # set to "no" to turn off debug, "yes" to enable script tracing
# function to execute commands
runcmd() {
#!/bin/sh
# update a wrapfs repo from stable branch
+# Usage: update-stable.sh [kernel-version]
+
# $FSL_GIT unused in this script
#FSL_GIT="ssh://git.fsl.cs.sunysb.edu/scm/git/ROHIT"
KORG_GIT="git://git.kernel.org/pub/scm/linux/kernel/git"