properly pass down the DIR variable for ubuntu scripts

This commit is contained in:
cyplo 2015-04-30 22:29:17 +02:00
parent 024638bc23
commit b6d63c4b96
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
set -e
echo
echo "configuring settings common among OSes"
sudo true

View file

@ -5,5 +5,5 @@ sudo apt-get install -y meld whois zsh tmux vim atop aria2 curl pv pixz gajim to
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/../"
$DIR/common/configure_fresh_system
DIR="$DIR" $DIR/common/configure_fresh_system