tags 482194 patch
stop

----

Regards,

-- 
Stéphane Aulery
--- skel.bashrc.old	2012-02-02 01:22:08.315438224 +0100
+++ skel.bashrc	2012-02-02 01:36:16.095642146 +0100
@@ -3,7 +3,10 @@
 # for examples
 
 # If not running interactively, don't do anything
-[ -z "$PS1" ] && return
+case $- in
+    *i*) ;;
+      *) return;;
+esac
 
 # don't put duplicate lines or lines starting with space in the history.
 # See bash(1) for more options

Reply via email to