dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 45c092670a15eab992cab075851486ee20123b99
parent 7665d2490cf8da95876e43a8b2732af8bf05f5f0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  4 Oct 2013 15:11:57 +0200

script needs to run as bash for string comparison

Diffstat:
Mbin/uu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/uu b/bin/uu @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash UNAMESTR=`uname` if [[ "$UNAMESTR" == 'Linux' ]]; then sudo apt-get update && \