]> id.pley.net Git - dotfiles.git/blobdiff - .webkit_login
Fixed _ssh_screen alias; made sourcing of webkitenv dependent on file's existence...
[dotfiles.git] / .webkit_login
index 7d1e52f767706cd9805da74b3dfbc290ac8f81b0..44454bd2c1a806d49aa520ae8913bda57631478c 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/bash
 
 export WEBKIT_DIR=~/Projects/WebKit.git
-source ${WEBKIT_DIR}/webkitenv
\ No newline at end of file
+if [[ -f ${WEBKIT_DIR}/webkitenv ]]; then
+    source ${WEBKIT_DIR}/webkitenv
+fi