File: 02_env.patch

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,160 kB
  • ctags: 6,620
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 614; perl: 339
file content (15 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Add sha-bang for auto.env.sh
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: no

---
 07p/cmds/auto.env.sh |    1 +
 1 file changed, 1 insertion(+)

--- a/07p/cmds/auto.env.sh
+++ b/07p/cmds/auto.env.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # 
 #  This file has to be sourced before activating AUTO if you are using
 #  a 'sh' compatible shell, such as sh, bash, ksh, or ash.