comparison mini-native.sh @ 177:6b4844b708b9

dash->bash.
author Rob Landley <rob@landley.net>
date Sun, 24 Jun 2007 17:44:09 -0400
parents 5ff6e721fdbf
children fc827ab6166f
comparison
equal deleted inserted replaced
176:9f778e7cd3fd 177:6b4844b708b9
1 #!/bin/sh 1 #!/bin/bash
2 2
3 # Get lots of predefined environment variables and shell functions. 3 # Get lots of predefined environment variables and shell functions.
4 4
5 source include.sh 5 source include.sh
6 6