From fe91cffdf563200ae0136c874f5c63b3b8d044e9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 12 Aug 2011 19:07:27 -0500 Subject: [PATCH] Fixing obs_upload for running within make --- support/obs_upload.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/obs_upload.sh b/support/obs_upload.sh index cc64d42..d2b8095 100755 --- a/support/obs_upload.sh +++ b/support/obs_upload.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # Doing the pushd as a test of directory movement to try to be safer with the "rm" pushd ../../osc/home:epage:$2/$1 && rm $1_*.dsc $1_*.tar.gz popd -- 1.7.9.5