Skip to content

Instantly share code, notes, and snippets.

@pdtpatrick
Created October 16, 2012 18:39
Show Gist options
  • Save pdtpatrick/3901149 to your computer and use it in GitHub Desktop.
Save pdtpatrick/3901149 to your computer and use it in GitHub Desktop.
install.sh diff
--- ~scmbDir ‹master* M⁇› » git diff
diff --git a/install.sh b/install.sh
index c2e2798..bfa99cb 100755
--- a/install.sh
+++ b/install.sh
@@ -19,7 +19,7 @@ for rc in bashrc zshrc; do
done
# Load SCM Breeze update scripts
-source "$scmbDir/lib/scm_breeze.sh"
+. "$scmbDir/lib/scm_breeze.sh"
# Create '~/.*.scmbrc' files from example files
_create_or_patch_scmbrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment