]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: wrong name
authorprascle <prascle>
Mon, 17 Oct 2005 08:13:52 +0000 (08:13 +0000)
committerprascle <prascle>
Mon, 17 Oct 2005 08:13:52 +0000 (08:13 +0000)
bin/appliskel/.bashrc [new file with mode: 0644]
bin/appliskel/.basrhc [deleted file]

diff --git a/bin/appliskel/.bashrc b/bin/appliskel/.bashrc
new file mode 100644 (file)
index 0000000..ab711e0
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# If not running interactively, don't do anything:
+[ -z "$PS1" ] && return
+
+# keep original settings (debian)
+. ~/.bashrc
+
+# prefix prompt with naming server hostname and port
+export PS1='[NS='${NSHOST}':'${NSPORT}']'${PS1}
diff --git a/bin/appliskel/.basrhc b/bin/appliskel/.basrhc
deleted file mode 100644 (file)
index ab711e0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# If not running interactively, don't do anything:
-[ -z "$PS1" ] && return
-
-# keep original settings (debian)
-. ~/.bashrc
-
-# prefix prompt with naming server hostname and port
-export PS1='[NS='${NSHOST}':'${NSPORT}']'${PS1}